Android Question (Solved) PlayStore tablet

dibesw

Active Member
Licensed User
Longtime User
HI,
I have pubblished an app to playstore.
This app uses phonesms and callsms so I can find it in "search phone" but not if I "search in tablet".
Perhaps because tablet not supports sms and calls (but in some cases it may be possible).
I have published image for tablet and also manifest is compatible for this.
There is a way to also publish on tablets so as to be visible?

Thanks
 

dibesw

Active Member
Licensed User
Longtime User
The problems is just that; I cannot find my app if I search it from tablet. If I search it from SmarhPhone, I find it
 
Upvote 0

dibesw

Active Member
Licensed User
Longtime User
Solved:
I have add this to manifest:
B4X:
AddManifestText(<uses-feature android:name="android.hardware.telephony" android:required="false"/>)
 
Upvote 0
Top