Merge "Make pull atom permission accessible to shell" into rvc-dev am: 0e4f868bb2
Change-Id: I481fd30653b427218fdb241d7f0a1e47aa5736b2
This commit is contained in:
@@ -392,6 +392,8 @@ applications that come with the platform
|
|||||||
<permission name="android.permission.MANAGE_NOTIFICATIONS"/>
|
<permission name="android.permission.MANAGE_NOTIFICATIONS"/>
|
||||||
<!-- Permission required for CompanionDeviceManager CTS test. -->
|
<!-- Permission required for CompanionDeviceManager CTS test. -->
|
||||||
<permission name="android.permission.COMPANION_APPROVE_WIFI_CONNECTIONS" />
|
<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>
|
||||||
|
|
||||||
<privapp-permissions package="com.android.statementservice">
|
<privapp-permissions package="com.android.statementservice">
|
||||||
|
|||||||
@@ -273,6 +273,9 @@
|
|||||||
<!-- Permission needed to read wifi network credentials for CtsNetTestCases -->
|
<!-- Permission needed to read wifi network credentials for CtsNetTestCases -->
|
||||||
<uses-permission android:name="android.permission.READ_WIFI_CREDENTIAL" />
|
<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"
|
<application android:label="@string/app_label"
|
||||||
android:theme="@android:style/Theme.DeviceDefault.DayNight"
|
android:theme="@android:style/Theme.DeviceDefault.DayNight"
|
||||||
android:defaultToDeviceProtectedStorage="true"
|
android:defaultToDeviceProtectedStorage="true"
|
||||||
|
|||||||
Reference in New Issue
Block a user