Skip to content

Commit 81d9433

Browse files
committed
Grant external storage permissions to SystemUI.
Used for taking screenshots and playing notification ringtones. Bug: 6381589 Change-Id: Ib1a5ad17edbeab984bbab25168d81eb99deba952
1 parent f913d00 commit 81d9433

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/SystemUI/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
coreApp="true">
44

55
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
6+
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
7+
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
68

79
<uses-permission android:name="android.permission.INJECT_EVENTS" />
810
<uses-permission android:name="android.permission.WRITE_SETTINGS" />

0 commit comments

Comments
 (0)