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

Commit 50fbc8e3 authored by Adnan Begovic's avatar Adnan Begovic
Browse files

core: Add strings for hotswap configuration event.

Change-Id: If997ae253b06218bf6f0580b5f048d4c76a69b79
TICKET: CYNGNOS-2210
parent 45a73188
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -232,4 +232,8 @@
    <!-- [CHAR LIMIT=NONE] Description of an application permission, listed so the user can choose
         whether they want to allow the application to do this. -->
    <string name="permdesc_resetBatteryStats">Allows an application to reset the current low-level battery usage data.</string>

    <!-- Uicc hotswapped event configuration needed notification -->
    <string name="uicc_hot_swapped_event_title">SIM cards have changed</string>
    <string name="uicc_hot_swapped_event_text">Tap to set SIM card default preferences</string>
</resources>
+3 −0
Original line number Diff line number Diff line
@@ -154,4 +154,7 @@
    <java-symbol type="string" name="notify_battery_fully_charged_title" />
    <java-symbol type="string" name="notify_battery_fully_charged_text" />

    <!-- Uicc hotswapped event configuration needed notification -->
    <java-symbol type="string" name="uicc_hot_swapped_event_title" />
    <java-symbol type="string" name="uicc_hot_swapped_event_text" />
</resources>