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

Commit 50ca2950 authored by Jeff Davidson's avatar Jeff Davidson
Browse files

Define a list of carrier apps to disable by default until use.

Bug: 21814643
Change-Id: Ifc8b99526fbe3aa5e276d2d1c1872a9b8d89f9ec
parent 8b1db074
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1840,6 +1840,17 @@
        <item>com.android.inputmethod.latin</item>
    </string-array>

    <!-- The list of carrier applications which should be disabled until used.
         This function suppresses update notifications for these pre-installed apps.
         In SubscriptionInfoUpdater, the listed applications are disabled until used when all of the
         following conditions are met.
         1. Not currently carrier-privileged according to the inserted SIM
         2. Pre-installed
         3. In the default state (enabled but not explicitly)
         And SubscriptionInfoUpdater undoes this and marks the app enabled when a SIM is inserted
         that marks the app as carrier privileged. -->
    <string-array name="config_disabledUntilUsedPreinstalledCarrierApps" translatable="false" />

    <!-- The list of classes that should be added to the notification ranking pipline.
     See {@link com.android.server.notification.NotificationSignalExtractor} -->
    <string-array name="config_notificationSignalExtractors">
+1 −0
Original line number Diff line number Diff line
@@ -1128,6 +1128,7 @@
  <java-symbol type="array" name="special_locale_names" />
  <java-symbol type="array" name="config_cdma_dun_supported_types" />
  <java-symbol type="array" name="config_disabledUntilUsedPreinstalledImes" />
  <java-symbol type="array" name="config_disabledUntilUsedPreinstalledCarrierApps" />
  <java-symbol type="array" name="config_operatorConsideredNonRoaming" />
  <java-symbol type="array" name="config_sameNamedOperatorConsideredRoaming" />
  <java-symbol type="array" name="config_callBarringMMI" />