Merge "Make pull atom permission accessible to shell" into rvc-dev am: 0e4f868bb2 am: ae21f6f5a9

Change-Id: I23a4b089d8dd74a7a5729b8f2f08239f91819717
This commit is contained in:
Automerger Merge Worker
2020-03-04 22:17:43 +00:00
2 changed files with 5 additions and 0 deletions

View File

@@ -396,6 +396,8 @@ applications that come with the platform
<permission name="android.permission.MANAGE_NOTIFICATIONS"/>
<!-- Permission required for CompanionDeviceManager CTS test. -->
<permission name="android.permission.COMPANION_APPROVE_WIFI_CONNECTIONS" />
<!-- Permission required for testing registering pull atom callbacks. -->
<permission name="android.permission.REGISTER_STATS_PULL_ATOM"/>
</privapp-permissions>
<privapp-permissions package="com.android.statementservice">

View File

@@ -273,6 +273,9 @@
<!-- Permission needed to read wifi network credentials for CtsNetTestCases -->
<uses-permission android:name="android.permission.READ_WIFI_CREDENTIAL" />
<!-- Permission needed to test registering pull atom callbacks -->
<uses-permission android:name="android.permission.REGISTER_STATS_PULL_ATOM" />
<application android:label="@string/app_label"
android:theme="@android:style/Theme.DeviceDefault.DayNight"
android:defaultToDeviceProtectedStorage="true"