Skip to content

Commit

Permalink
SystemUI: Grant ACCESS_FINE_LOCATION permission
Browse files Browse the repository at this point in the history
Fixes:
W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to ProcessRecord{e56266 2167:com.android.systemui/u0a152} (pid=2167, uid=10152) requires android.permission.ACCESS_FINE_LOCATION due to sender android (uid 1001)

Signed-off-by: Dakkshesh <dakkshesh5@gmail.com>
Change-Id: I8b697f6b9373f4ac7cf547b9cb7185c500418989
  • Loading branch information
dakkshesh07 authored and whyredfire committed Aug 13, 2023
1 parent 0a7700d commit 1e5f6c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/etc/com.android.systemui.xml
Expand Up @@ -16,6 +16,7 @@
-->
<permissions>
<privapp-permissions package="com.android.systemui">
<permission name="android.permission.ACCESS_FINE_LOCATION"/>
<permission name="android.permission.CAPTURE_AUDIO_OUTPUT"/>
<permission name="android.permission.ALLOW_SLIPPERY_TOUCHES"/>
<permission name="android.permission.BATTERY_STATS"/>
Expand Down

0 comments on commit 1e5f6c3

Please sign in to comment.