Add MANAGE_SENSOR_PRIVACY to shell permissions
Test: test shell commands Bug: 162549680 Change-Id: I8a56b70c928b7ddd3904c2e9533578b531d81757
This commit is contained in:
@@ -382,6 +382,9 @@
|
|||||||
<!-- Permission required for CTS tests to enable/disable rate limiting toasts. -->
|
<!-- Permission required for CTS tests to enable/disable rate limiting toasts. -->
|
||||||
<uses-permission android:name="android.permission.MANAGE_TOAST_RATE_LIMITING" />
|
<uses-permission android:name="android.permission.MANAGE_TOAST_RATE_LIMITING" />
|
||||||
|
|
||||||
|
<!-- Permission required for CTS to test sensor privacy behavior -->
|
||||||
|
<uses-permission android:name="android.permission.MANAGE_SENSOR_PRIVACY" />
|
||||||
|
|
||||||
<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