I have an live wallpaper app in the market and I get about one email a day from people saying they cannot find it in the market even if they use the QR code. Copy protection is off and build target is 2.2, supports screen and minSdkVersion included in manifest in order to get full compatibility.
Any help on this matter would be appreciated :) More info below to save time... manifest.xml: supports-screens android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" android:anyDensity="false" uses-sdk android:minSdkVersion="7" uses-feature android:name="android.software.live_wallpaper" uses-permission android:name="com.android.vending.CHECK_LICENSE" uses-permission android:name="android.permission.BATTERY_STATS" $aapt dump bading package: name='com.stealthcopter.nexusrevampedpro' versionCode='30' versionName='1.1.14' application: label='Nexus Revamped Pro' icon='res/drawable/ nexus_thumb.png' sdkVersion:'7' uses-feature:'android.software.live_wallpaper' uses-permission:'com.android.vending.CHECK_LICENSE' uses-permission:'android.permission.BATTERY_STATS' wallpaper other-activities supports-screens: 'small' 'normal' 'large' locales: '--_--' densities: '160' -- 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

