On Sun, Mar 18, 2012 at 11:27 AM, Keith Wiley <[email protected]> wrote: > Thanks for responding. Here's my permission list: > > <uses-permission android:name="android.permission.INTERNET" /> > <uses-permission > android:name="android.permission.ACCESS_FINE_LOCATION" /> > <uses-permission android:name="android.permission.WAKE_LOCK" /> > <uses-permission > android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> > <uses-permission android:name="android.permission.CALL_PHONE" /> > > Hmmm, your followup question concerns me. My manifest doesn't have > the uses-feature tag at all
And therein lies your problem. Tablets are not phones, and CALL_PHONE implies android.hardware.telephony. > At the very least I would expect that leaving the filter > wide open (by specifying no required features) would make it maximally > visible. You did not read the page I linked to: http://developer.android.com/guide/topics/manifest/uses-feature-element.html#permissions Here is a year-old blog post on the same topic: http://commonsware.com/blog/2011/02/25/xoom-permissions-android-market.html Here is an Android Developers Blog post on the same topic: http://android-developers.blogspot.com/2011/02/best-practices-for-honeycomb-and.html -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 4.1 Available! -- 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

