Merge "Make read restricted stats accessible to shell" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
bdad038351
@@ -508,6 +508,8 @@ applications that come with the platform
|
||||
<permission name="android.permission.ACCESS_AMBIENT_CONTEXT_EVENT"/>
|
||||
<!-- Permission required for CTS test - CtsTelephonyProviderTestCases -->
|
||||
<permission name="android.permission.WRITE_APN_SETTINGS"/>
|
||||
<!-- Permission required for GTS test - GtsStatsdHostTestCases -->
|
||||
<permission name="android.permission.READ_RESTRICTED_STATS"/>
|
||||
</privapp-permissions>
|
||||
|
||||
<privapp-permissions package="com.android.statementservice">
|
||||
|
||||
@@ -460,6 +460,9 @@
|
||||
<!-- Permission needed to test registering pull atom callbacks -->
|
||||
<uses-permission android:name="android.permission.REGISTER_STATS_PULL_ATOM" />
|
||||
|
||||
<!-- Permission needed to test querying restricted metrics -->
|
||||
<uses-permission android:name="android.permission.READ_RESTRICTED_STATS" />
|
||||
|
||||
<!-- Permission needed to modify settings overrideable by restore in CTS tests -->
|
||||
<uses-permission android:name="android.permission.MODIFY_SETTINGS_OVERRIDEABLE_BY_RESTORE" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user