On 11/19/2010 04:00 PM, ses wrote: >> You can test all that with aapt: >> >> http://developer.android.com/intl/fr/guide/topics/manifest/uses-featu... >> "You can use the aapt tool, included in the Android SDK, to determine how >> Android Market will filter your application, based on its declared features >> and >> permissions. To do so, run aapt with the dump badging command. This causes >> aapt >> to parse your application's manifest and apply the same rules as used by >> Android >> Market to determine the features that your application requires." >> >> -- >> Olivier > > Thanks that works... for anyone interested the command is simply: > > aapt dump badging your_apk_here.apk
Yes, but be sure to use the latest version of aapt, as explained in the docs. Currently it is sdk/platforms/android-8/tools/aapt -- Olivier -- 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

