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

Commit 4a96a111 authored by Adnan Begovic's avatar Adnan Begovic
Browse files

core: Add strings for hotswap configuration event.

Change-Id: If997ae253b06218bf6f0580b5f048d4c76a69b79
TICKET: CYNGNOS-2210
parent e66e90d5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -250,4 +250,8 @@
    <!-- Battery fully charged notification -->
    <string name="notify_battery_fully_charged_title">Battery fully charged</string>
    <string name="notify_battery_fully_charged_text">Disconnect your device from the charger to improve battery longevity.</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
@@ -162,4 +162,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>