Hello,

i have received complaints from a number of customers that one of my
paid apps is missing from the market and they can't download it after
updating their phones to 2.2. I have no idea what the cause is and
unfortunately i also don't have access to a device with 2.2. Maybe
someone here can tell me what i'm doing wrong?

Here is the manifest:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android";
      package="com.eventkontor.networkcheckkey"
      android:versionName="2.2" android:versionCode="4"
android:installLocation="internalOnly" >
    <application android:icon="@drawable/icon"
    android:label="@string/app_name" android:debuggable="false">
        <activity android:name=".StartUpActivity"
                  android:label="@string/app_name">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category
android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>

    </application>
    <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4"/>
<uses-feature android:name="android.hardware.telephony"
android:required="false"/>
<supports-screens android:normalScreens="true"
android:largeScreens="true"
android:resizeable="true" android:smallScreens="true"
android:anyDensity="true"></supports-screens>
</manifest>

Thank you

Andreas

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

Reply via email to