Update permissions for log feature

Update the bundled privileged permissions allowlist to include the
newly-added READ_LOGS permission. Otherwise, Android will not boot
with the latest version of Seedvault bundled.

Change-Id: I10fd397c2c1b03201165d70a7e43d18642d1d236
This commit is contained in:
t-m-w 2022-11-23 20:04:05 -05:00 committed by Chirayu Desai
parent 271b9a560f
commit 4a67b9e5eb

View file

@ -5,6 +5,7 @@
<permission name="android.permission.MANAGE_USB"/>
<permission name="android.permission.INSTALL_PACKAGES"/>
<permission name="android.permission.INTERACT_ACROSS_USERS_FULL"/>
<permission name="android.permission.READ_LOGS"/>
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
<permission name="android.permission.MANAGE_EXTERNAL_STORAGE"/>
</privapp-permissions>