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

Commit 0c35fbcf authored by Junda Liu's avatar Junda Liu
Browse files

Add strings/setting for carrier app install dialog.

Bug: b/22863855
Change-Id: I34e2ff5997e14afe70a64edb055dc876e26d7946
parent 0cb57c39
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -6894,6 +6894,15 @@ public final class Settings {
        */
       public static final String TETHER_DUN_APN = "tether_dun_apn";

       /**
        * List of carrier apps which are whitelisted to prompt the user for install when
        * a sim card with matching uicc carrier privilege rules is inserted.
        *
        * The value is "package1;package2;..."
        * @hide
        */
       public static final String CARRIER_APP_WHITELIST = "carrier_app_whitelist";

       /**
        * USB Mass Storage Enabled
        */
+8 −0
Original line number Diff line number Diff line
@@ -2869,6 +2869,14 @@
    <string name="sim_added_message">Restart your device to access the cellular network.</string>
    <!-- See SIM_ADDED_DIALOG.  This is the button of that dialog. -->
    <string name="sim_restart_button">Restart</string>
    <!-- See Carrier_App_Dialog. This is the message of that dialog. -->
    <string name="carrier_app_dialog_message">To get your new SIM working properly, you\'ll need to install and open an app from your carrier.</string>
    <!-- See Carrier_App_Dialog. This is the button of that dialog. -->
    <string name="carrier_app_dialog_button">GET THE APP</string>
    <string name="carrier_app_dialog_not_now">NOT NOW</string>
    <!-- See carrier_app_notification. This is the headline. -->
    <string name="carrier_app_notification_title">New SIM inserted</string>
    <string name="carrier_app_notification_text">Tap to set it up</string>

    <!-- Date/Time picker dialogs strings -->

+5 −0
Original line number Diff line number Diff line
@@ -2530,4 +2530,9 @@
  <java-symbol type="array" name="resolver_target_actions_pin" />
  <java-symbol type="array" name="resolver_target_actions_unpin" />

  <java-symbol type="string" name="carrier_app_dialog_message" />
  <java-symbol type="string" name="carrier_app_dialog_button" />
  <java-symbol type="string" name="carrier_app_dialog_not_now" />
  <java-symbol type="string" name="carrier_app_notification_title" />
  <java-symbol type="string" name="carrier_app_notification_text" />
</resources>