Android Question PHONE READ STATE using IME

Jeanc161

Member
Licensed User
Longtime User
When we use the IME lib does this trigger the READ_PHONE_STATE permission automaticaly or is there a way to avoid using the READ_PHONE_STATE if we are only using the IME to set keyboard filter and action on EditField, and closing and showing the keyboard, or using the IME lib will set the android permission in the manifest whenever we use that lib.

Does someone knows this ??
 

DonManfred

Expert
Licensed User
Longtime User
The IME Library XML does not Contains any Permission.

For example in the okhttputils2.xml is a Permission added
B4X:
    <permission>android.permission.INTERNET</permission>
 
Upvote 0

Jeanc161

Member
Licensed User
Longtime User
If i use the PhoneId will this trigger the PHONE_READ_STATE permission, cause this is the only part where i use something like that, and in the manifest the READ_PHONE_STATE permission is set, i want to get rid of this permission, but need the phone id SSID, deviceName, Model and Manufacturer i don't know if those trigger that permission.
Any Idea..
 
Upvote 0
Top