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

Commit b10e01d0 authored by Roman Birg's avatar Roman Birg Committed by Gerrit Code Review
Browse files

framework: add string for wifi subscription change notification



Ref: CYNGNOS-877

Change-Id: I5cdbfe8f56d0b22472a56746c80b8e8bf2ee6222
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent fe2789fc
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -350,4 +350,7 @@
    <string name="permlab_accessFingerprintService">access fingerprint service</string>
    <string name="permlab_accessFingerprintService">access fingerprint service</string>
    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permdesc_accessFingerprintService">Allows an app to access the fingerprint service. The app can add, delete, rename and authenticate against fingerprints</string>
    <string name="permdesc_accessFingerprintService">Allows an app to access the fingerprint service. The app can add, delete, rename and authenticate against fingerprints</string>

    <!-- Wifi Hotspot disabled due to subscription change -->
    <string name="subscription_change_disabled_wifi_ap">Disabled WiFi hotspot due to SIM subscription change</string>
</resources>
</resources>
+3 −0
Original line number Original line Diff line number Diff line
@@ -348,4 +348,7 @@


    <!-- Config to disable showing ringtones from removable storage -->
    <!-- Config to disable showing ringtones from removable storage -->
    <java-symbol type="bool" name="config_excludeRingtonesFromRemovableStorage" />
    <java-symbol type="bool" name="config_excludeRingtonesFromRemovableStorage" />

    <!-- Wifi AP Disabled from Subscription change -->
    <java-symbol type="string" name="subscription_change_disabled_wifi_ap" />
</resources>
</resources>