On 11/19/2010 03:30 PM, ses wrote:
> Seems like a straightforward question:
> 
> Does the Android Market treat your app as though you have set uses-
> feature explicitly to false for each feature if you do not declare any
> uses-feature in your android manifest?
> 
> Most of my apps so far don't use many hardware features so it would
> seem a bit tedious to have to explicitly declare this every time to
> avoid being filtered by the Market.

You can test all that with aapt:

http://developer.android.com/intl/fr/guide/topics/manifest/uses-feature-element.html
"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

-- 
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