Searching for secu4 on the Android Market lists BlueWathDog for
android 2.x (one result).

My Galaxy S is running Android 2.2

On Dec 16, 3:47 pm, Laurent Lugon <[email protected]> wrote:
> Hi all,
>
> I have published an application on the market and I find it with different
> android 2.x phone. The problem is when I make the same key-word search
> ("secu4") with my Galaxy S, I don't see anithing, however there is 2
> application (for android 1.x and android2.x) on the market which should be
> found.
>
> Here is my manifest :
>
> <?xml version="1.0" encoding="utf-8"?>
> <manifest xmlns:android="http://schemas.android.com/apk/res/android";
>       package="com.secu4.bluewatchdog2"
>       android:versionCode="5"
>       android:versionName="2.2">
>     <application android:icon="@drawable/card"
> android:label="@string/app_name"
>      android:screenOrientation="sensor" android:debuggable="false">
>         <activity android:name=".Welcome"
>                   android:configChanges="orientation|keyboardHidden"
>                   android:label="@string/app_name">
>             <intent-filter>
>                 <action android:name="android.intent.action.MAIN" />
>                 <category android:name="android.intent.category.LAUNCHER" />
>             </intent-filter>
>         </activity>
>
> <activity android:name=".Connected"
> android:configChanges="orientation|keyboardHidden"/>
>  <activity android:name=".Alarm" android:launchMode="singleTask"
> android:configChanges="orientation|keyboardHidden"
> android:theme="@android:style/Theme.Dialog"/>
>  <activity android:name=".Protecting"
> android:configChanges="orientation|keyboardHidden"/>
> <activity android:name=".Settings"
> android:configChanges="orientation|keyboardHidden"/>
>  <service android:name=".provider.ArmService" android:enabled="true"/>
> <service android:name=".provider.ProtectionService" android:enabled="true"/>
>     </application>
>
> <uses-permission android:name="android.permission.BLUETOOTH"/>
> <uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
>  <uses-permission android:name="android.permission.VIBRATE" />
> <uses-sdk android:minSdkVersion="3"/>
> </manifest>
>
> I also try to add this in the manifest :
>
> <supports-screens android:smallScreens="true"
>   android:normalScreens="true"
> android:anyDensity="true"
>   android:largeScreens="true"
>   android:resizeable="true" />
>
> But the application still hidden for the Galaxy S... Why ?
>
> Thank you !
>
> *Best regards*
>
> SECU4 SA
> Laurent Lugon Moulin
>
> Technical & Development Assistant
>  Technopôle 5
> 3960 Sierre – Switzerland
>
> Office  :   +4127 4567 931
> Fax      :   +4127 4567
> 935
> Mobile :   +4179 4509 566
>
> Skype :   laurent.lugon.moulin
>
> www.secu4.com

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to