Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 131dc667 authored by Matt Garnes's avatar Matt Garnes Committed by Gerrit Code Review
Browse files

Allow additional permissions to be whitelisted by signature.

- android.permission.SET_PREFERRED_APPLICATIONS.
- android.permission.INTERACT_ACROSS_USERS_FULL.

Change-Id: I3fdb3fd412d3eb641a5745eb298afa1121540ccf
parent 9fc39b32
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1510,7 +1510,8 @@
        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
        android:protectionLevel="signature"
        android:label="@string/permlab_interactAcrossUsersFull"
        android:description="@string/permdesc_interactAcrossUsersFull" />
        android:description="@string/permdesc_interactAcrossUsersFull"
        androidprv:allowViaWhitelist="true" />

    <!-- @SystemApi @hide Allows an application to call APIs that allow it to query and manage
         users on the device. This permission is not available to
@@ -1835,7 +1836,8 @@
        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
        android:protectionLevel="signature"
        android:label="@string/permlab_setPreferredApplications"
        android:description="@string/permdesc_setPreferredApplications" />
        android:description="@string/permdesc_setPreferredApplications"
        androidprv:allowViaWhitelist="true" />

    <!-- Allows an application to receive the
         {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is