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

Commit 8617c549 authored by Matt Garnes's avatar Matt Garnes Committed by Steve Kondik
Browse files

Add enabled pre-installed carrier apps

Add a list of pre-installed applications that will be treated as
carrier apps, regardless of the SIM inserted. These applications will be
granted phone and location permissions, and must obtain user content through
other means.

Part of CYNGNOS-1650.

Change-Id: I79c02f7bb8d5cc29cc23bf1aa56d18dcd159b96e
parent 59f43eab
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -184,4 +184,8 @@
        <item>@string/app_ops_su</item>
    </string-array>

    <!-- A list of pre-installed applications that will be treated as carrier apps,
         regardless of the SIM inserted. These applications will be granted phone and
         location permissions, and must obtain user content through other means -->
    <string-array name="config_enabledPreinstalledCarrierApps" translatable="false" />
</resources>
+3 −0
Original line number Diff line number Diff line
@@ -58,4 +58,7 @@

    <!-- Usb drive persistent notification -->
    <java-symbol type="bool" name="config_persistUsbDriveNotification" />

    <!-- Carrier Apps -->
    <java-symbol type="array" name="config_enabledPreinstalledCarrierApps" />
</resources>