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

Commit cded8d8a authored by Matt Garnes's avatar Matt Garnes
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 aa4a5662
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -211,4 +211,10 @@
        <item>1</item>
        <item>3</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
@@ -142,4 +142,7 @@

    <!-- Wifi idle time default -->
    <java-symbol type="integer" name="def_wifi_idle_ms" />

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