Android Question Manifest: <uses-feature android:name="android.hardware.telephony" android:required="false" />

GMan

Well-Known Member
Licensed User
Longtime User
Hoi,

in Googly Play are some tips for optimizing the Apps for Tablets
http://developer.android.com/distribute/googleplay/quality/tablet.html#hardware-requirements

A useful feature seems this entry in the Manifest:
B4X:
<uses-feature android:name="android.hardware.telephony" android:required="false" />

This parameter disables the Phoning-Option on Tablets without GSM.

So, the double-question is: is this entry correct implemented (between the other <uses-...> entries AND is it necessary in case, that otherwise the App was not listed in the Playstore when users searches with a Tablet without GSM ?

Also there is a
Declare support for tablet screen
section - is this necessary or needed, too ?

 

GMan

Well-Known Member
Licensed User
Longtime User
Thx, i'll have a look on that.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…