Have you tried the "aapt dump badging" command on the APK to see if
any uses-feature are getting added? Maybe all you'll have to do to fix
it is drop this in or whatever:
<uses-feature android:name="android.hardware.bluetooth"
android:required="false" />

See the blog entry on this for more details:
http://android-developers.blogspot.com/2010/06/future-proofing-your-app.html

On Jul 5, 9:37 am, Pent <[email protected]> wrote:
> For anyone needing an answer, apps aren't visible to Donut or Cupcake
> if they specify BLUETOOTH or BLUETOOTH_ADMIN it seems... great...
>
> 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

Reply via email to