Merge "Change the existing permission to a system level perm for factory reset prep." into main

This commit is contained in:
Omer Ozer
2023-11-27 22:57:32 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 9 deletions

View File

@@ -16,11 +16,6 @@
android:name="com.android.settings.USE_BIOMETRIC_PROVIDER"
android:protectionLevel="signature|privileged"/>
<!-- Permissions for acting as the factory reset preparation application. -->
<permission
android:name="com.android.settings.permissions.PREPARE_FACTORY_RESET"
android:protectionLevel="signature|privileged"/>
<uses-permission android:name="android.permission.REQUEST_NETWORK_SCORES" />
<uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE" />
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />