Merge change 5654 into donut
* changes: The BACKUP permission should have the signatureOrSystem protectionLevel, because the setup wizard isn't signed by the same cert as the framework.
This commit is contained in:
@@ -973,7 +973,7 @@
|
||||
<permission android:name="android.permission.BACKUP"
|
||||
android:label="@string/permlab_backup"
|
||||
android:description="@string/permdesc_backup"
|
||||
android:protectionLevel="signature" />
|
||||
android:protectionLevel="signatureOrSystem" />
|
||||
|
||||
<!-- Allows an application to tell the AppWidget service which application
|
||||
can access AppWidget's data. The normal user flow is that a user
|
||||
|
||||
Reference in New Issue
Block a user