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.
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..
The question in the first post was answered. The IME library has nothing to do with the READ_PHONE_STATE permission. You can also see it by clicking on the List Permissions button in the Logs tab. For any other question please start a new thread.