I have encountered an amazing problem, in my application.
When i put anyDensity
tag false in manifest my application runs fine, but whenever i make it t
You can use the aapt tool, included in the Android SDK, to determine how Google Play will filter your application, based on its declared features and permissions. To do so, run aapt with the dump badging command. It will parse your application's manifest and apply the same rules as used by Google Play to determine the features that your application requires. For detailed information on using this tool, please visit http://developer.android.com/guide/topics/manifest/uses-feature-element.html#testing