Merge "Add permissions for using PlatformCompat methods" am: 7202e904c9

Change-Id: Iffdf7ffc1265fce941eb4cd519031da4575ac53a
This commit is contained in:
Automerger Merge Worker
2020-02-06 13:51:30 +00:00
16 changed files with 422 additions and 16 deletions

View File

@@ -215,6 +215,11 @@
<!-- permissions required for CTS test - PhoneStateListenerTest -->
<uses-permission android:name="android.permission.LISTEN_ALWAYS_REPORTED_SIGNAL_STRENGTH" />
<!-- Permissions required for ganting 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"/>
<!-- Permission required for CTS test - UiModeManagerTest -->
<uses-permission android:name="android.permission.ENTER_CAR_MODE_PRIORITIZED"/>