Merge "Grant OVERRIDE_COMPAT_CHANGE_CONFIG_ON_RELEASE_BUILD to Shell" am: 9a24f337aa am: 780e00790d am: f7d6fde325
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1652463 Change-Id: Ice653f148e2d8930f58a73e36ddcaa5ffd96a4d7
This commit is contained in:
@@ -429,6 +429,7 @@ applications that come with the platform
|
||||
<permission name="android.permission.LOG_COMPAT_CHANGE" />
|
||||
<permission name="android.permission.READ_COMPAT_CHANGE_CONFIG" />
|
||||
<permission name="android.permission.OVERRIDE_COMPAT_CHANGE_CONFIG" />
|
||||
<permission name="android.permission.OVERRIDE_COMPAT_CHANGE_CONFIG_ON_RELEASE_BUILD" />
|
||||
<!-- Permissions required to test ambient display. -->
|
||||
<permission name="android.permission.READ_DREAM_STATE" />
|
||||
<permission name="android.permission.WRITE_DREAM_STATE" />
|
||||
|
||||
@@ -265,10 +265,11 @@
|
||||
<!-- permissions required for CTS test - PhoneStateListenerTest -->
|
||||
<uses-permission android:name="android.permission.LISTEN_ALWAYS_REPORTED_SIGNAL_STRENGTH" />
|
||||
|
||||
<!-- Permissions required for ganting and logging -->
|
||||
<!-- Permissions required for granting and logging -->
|
||||
<uses-permission android:name="android.permission.LOG_COMPAT_CHANGE"/>
|
||||
<uses-permission android:name="android.permission.READ_COMPAT_CHANGE_CONFIG"/>
|
||||
<uses-permission android:name="android.permission.OVERRIDE_COMPAT_CHANGE_CONFIG"/>
|
||||
<uses-permission android:name="android.permission.OVERRIDE_COMPAT_CHANGE_CONFIG_ON_RELEASE_BUILD"/>
|
||||
|
||||
<!-- Permission required for CTS test - BatterySaverTest -->
|
||||
<uses-permission android:name="android.permission.MODIFY_DAY_NIGHT_MODE"/>
|
||||
|
||||
Reference in New Issue
Block a user