sdm710-common: configs: Allow Phone app to READ_PHONE_STATE
* W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to com.google.android.cellbroadcastreceiver/com.android.cellbroadcastreceiver.CellBroadcastReceiver requires due to sender android (uid 1001) * W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to ProcessRecord{c7b3bd5 2639:com.android.phone/1001} (pid=2639, uid=1001) requires due to sender android (uid 1001) Signed-off-by: romgharti <romgharti@gmail.com>
This commit is contained in:
parent
44971233da
commit
493734f9b0
1 changed files with 4 additions and 0 deletions
|
@ -72,4 +72,8 @@ It allows additional grants on top of privapp-permissions-platform.xml
|
|||
<privapp-permissions package="com.skyhook.blp">
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
</privapp-permissions>
|
||||
|
||||
<privapp-permissions package="com.android.phone">
|
||||
<permission name="android.permission.READ_PHONE_STATE"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
||||
|
|
Loading…
Reference in a new issue