On 07/14/2010 09:41 PM, Dianne Hackborn wrote:
[...]   At any rate, the correct thing for an app developer to do
is explicitly state which features they care about, and you can there
use android:required="false" to tell Market not to filter your app based
on it.

Let's see, to summarize the manifest file we've got:

<uses-feature /> that supports android:required="false"

<uses-library /> that supports android:option="true"
  (though currently not in the documentation AFAICT)

<uses-configuration /> that supports plenty of android:req*="false"

<uses-sdk /> that supports android:min/target/maxVersion="#"

so it would seem that my old issue 6266 on b.android.com suggesting a similar flag for

<uses-permission />

is pretty much in line, right? 5 new stars in just 24 hours is promising (assuming stars matter to someone).

                Keep 'em coming / Jonas

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