Loading packages/Shell/AndroidManifest.xml +3 −0 Original line number Original line Diff line number Diff line Loading @@ -275,6 +275,9 @@ <!-- Permission needed to test registering pull atom callbacks --> <!-- Permission needed to test registering pull atom callbacks --> <uses-permission android:name="android.permission.REGISTER_STATS_PULL_ATOM" /> <uses-permission android:name="android.permission.REGISTER_STATS_PULL_ATOM" /> <!-- Permission needed to modify settings overrideable by restore in CTS tests --> <uses-permission android:name="android.permission.MODIFY_SETTINGS_OVERRIDEABLE_BY_RESTORE" /> <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" Loading Loading
packages/Shell/AndroidManifest.xml +3 −0 Original line number Original line Diff line number Diff line Loading @@ -275,6 +275,9 @@ <!-- Permission needed to test registering pull atom callbacks --> <!-- Permission needed to test registering pull atom callbacks --> <uses-permission android:name="android.permission.REGISTER_STATS_PULL_ATOM" /> <uses-permission android:name="android.permission.REGISTER_STATS_PULL_ATOM" /> <!-- Permission needed to modify settings overrideable by restore in CTS tests --> <uses-permission android:name="android.permission.MODIFY_SETTINGS_OVERRIDEABLE_BY_RESTORE" /> <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" Loading