> 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.
I put this in my manifest:
<uses-feature
android:name="android.hardware.bluetooth"
android:required="false"
/>
Building against the cupcake or donut SDK in eclipse or via Ant I
get:
AndroidManifest.xml:53: ERROR No resource identifier found for
attribute 'required' in package 'android'
It goes through fine without the android:required attribute. Was
'required' introduced in a later SDK ? Can't
see that in the documentation.
Any ideas anyone ?
Pent
--
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