If your minSdkVersion is now 15 (Android 4.0.3), you might watch to check compatibility with other devices... Unless you've deliberately chosen to focus on Android 4.0.3 and higher.
-- K On Monday, May 20, 2013 6:04:09 PM UTC+4, bob wrote: > > Well, I changed from Android 1.5 to '4.0 and up', and now it shows up as > compatible with tablets. > > I think I changed minSdkVersion and targetSdkVersion to 15. > > I might have linked to a newer JAR also. > > Not sure what did it exactly or why. > > Not sure if it's worth my time to pinpoint it. > > Thanks. > > > On Saturday, May 18, 2013 10:10:16 AM UTC-5, bob wrote: >> >> I added this line to the manifest: >> >> <uses-feature >> android:name="android.hardware.telephony" >> android:required="false" /> >> >> As far as I can tell, it made no difference. It still claims its not >> compatible with all tablets on Google Play. >> >> Thanks. >> >> >> On Saturday, May 18, 2013 12:41:23 AM UTC-5, MagouyaWare wrote: >>> >>> You need to do a combination of <uses-permission> and <uses-feature>... >>> Certain permissions automatically set the feature to be required. If you >>> don't want it to be required you need to specify that the feature is not >>> required using <uses-feature>: >>> >>> >>> - >>> >>> http://developer.android.com/guide/topics/manifest/uses-permission-element.html >>> - >>> developer.android.com/guide/topics/manifest/uses-feature-element.html >>> >>> >>> >>> Thanks, >>> Justin Anderson >>> MagouyaWare Developer >>> http://sites.google.com/site/magouyaware >>> >>> >>> On Fri, May 17, 2013 at 9:24 PM, bob <[email protected]> wrote: >>> >>>> I don't think there is a "required"attribute for the uses-permission >>>> tag. >>>> >>>> Thanks. >>>> >>>> -- >>>> -- >>>> 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 >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "Android Developers" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>>> >>>> >>> -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

