Android Question Unsopported device

gemasoft

Member
Licensed User
Longtime User
Hi

i'm using differents libraries in my app idomotics

With my smartphone is ok. With some tablets is ok. but with some models say: unsupported device.

How i can to know what library is not available in 1280 devices not supported?

I think is phone library the problem, but i'm not sure.. First i'm using the library to get uid. i replace it, and now i need the some library to send an email!!!

Why i need send an email using phone library? I can use other? but, i don't know really if it is the problem.

Thanks..
 

gemasoft

Member
Licensed User
Longtime User
When i upload the apk appear this:

4 features

  • android.hardware.LOCATION
  • android.hardware.location.GPS
  • android.hardware.TOUCHSCREEN
  • android.hardware.WIFI
Required permissions

9 permissions



  • android.permission.ACCESS_FINE_LOCATION
  • android.permission.ACCESS_NETWORK_STATE
  • android.permission.ACCESS_WIFI_STATE
  • android.permission.CHANGE_WIFI_STATE
  • android.permission.INTERNET
  • android.permission.READ_EXTERNAL_STORAGE
  • android.permission.RECEIVE_BOOT_COMPLETED
  • android.permission.VIBRATE
  • android.permission.WRITE_EXTERNAL_STORAGE
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0

gemasoft

Member
Licensed User
Longtime User
I solved the problem. i remove GPS and LOCATION from the requirements and now is ok with all the devices availables.-
 
Upvote 0
Top