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

Commit eea881c5 authored by Andrei Onea's avatar Andrei Onea
Browse files

Move permissions allowlist for ExtServices

The allowlist will now be in the apex instead.

Test: boots && check permissions.xml is bundled
Bug: 190375768
Bug: 216518774
Change-Id: Ifd4deedaa990a49fd873fe7b103b631c348bf35c
parent 56a787cb
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -20,13 +20,6 @@ This XML file declares which signature|privileged permissions should be granted
applications that come with the platform
-->
<permissions>
    <privapp-permissions package="android.ext.services">
        <permission name="android.permission.PROVIDE_RESOLVER_RANKER_SERVICE" />
        <permission name="android.permission.MONITOR_DEFAULT_SMS_PACKAGE" />
        <permission name="android.permission.REQUEST_NOTIFICATION_ASSISTANT_SERVICE" />
        <permission name="android.permission.INTERACT_ACROSS_USERS" />
    </privapp-permissions>

    <!-- Needed for Build.getSerial(), which is used to send a unique number for serial, per HUIG. -->
    <privapp-permissions package="android.car.usb.handler">
        <permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>