3
Declined

Add 'READ_PRECISE_PHONE_STATE' permission to AndroidManifest?

Hello Joao,

I would like to request, if possible, to add the android.permission.READ_PRECISE_PHONE_STATE Android permission into Tasker. It would allow us to detect new phone call states from the hidden API that the telephony service (phone) can't.

Then, them could be retrieved using the Intent Received profile event, listening to android.intent.action.PRECISE_CALL_STATE intent; or adding new events inside the Phone category (event).

Here are the phone states that this API could give us:

https://android.googlesource.com/platform/frameworks/base.git/+/master/telephony/java/android/telephony/PreciseCallState.java#26

1 reply

Hi! Thanks for the suggestion. Unfortunately I tried but that's one of the permissions that can't be given to the app even via ADB, sorry!

Ohh, no problem Joao. Thank you very much for give it a try!