Display app on Google Play based on manifest

aaronk

Well-Known Member
Licensed User
Longtime User
Hello,

Just a silly question.. If you have the following code in the manifest:

B4X:
<uses-permission android:name="android.permission.VIBRATE" />

Does that mean for the app to appear on Google Play the device must have a vibrate in it otherwise it will not display ?
 

yttrium

Active Member
Licensed User
Longtime User
Often this is the case, as with things like access to the dialer, it restricts the app to phones and tablets with cell hardware.

See the side of the page here:
<uses-permission> | Android Developers

 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…