Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit d631c5d

Browse files
FIXUP
Signed-off-by: Tavi <[email protected]>
1 parent 4b5bd17 commit d631c5d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Patches/LineageOS-20.0/android_packages_apps_Settings/0017-OpenEUICC_Toggle.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Signed-off-by: Tad <[email protected]>
1717
create mode 100644 src/com/android/settings/security/OpenEuiccPreferenceController.java
1818

1919
diff --git a/res/values/strings.xml b/res/values/strings.xml
20-
index ce056d7ab0..751f4a4037 100644
20+
index ce056d7ab0..27c7f9abc7 100644
2121
--- a/res/values/strings.xml
2222
+++ b/res/values/strings.xml
2323
@@ -759,6 +759,9 @@
2424
<string name="sig_spoof_title">Unprivileged microG enablement</string>
25-
<string name="sig_spoof_summary">Allows official builds of microG apps to function. Not supported, not recommended. May break apps and/or degrade their security model. Notes: 1) microG connects directly to Google, 2) apps talking to microG do so using proprietary Google libraries, 3) microG can download/execute proprietary code from Google. Requires reboot.</string>
25+
<string name="sig_spoof_summary">Allows official builds of microG apps to function. Not supported, not recommended. May break apps and/or degrade their security model. Notes: 1) microG connects directly to Google, 2) apps talking to microG do so using proprietary Google libraries, 3) microG can download/execute proprietary code from Google.</string>
2626

2727
+ <string name="openeuicc_title">Enable eUICC management</string>
28-
+ <string name="openeuicc_summary">Enables the OpenEUICC app to allow management of virtual (eSIM) and physical eUICC cards. Reboot required after toggling.</string>
28+
+ <string name="openeuicc_summary">Enables the OpenEUICC app to allow management of virtual (eSIM) and physical eUICC cards. Reboot required after toggling. Requires reboot.</string>
2929
+
3030
<!-- Text shown for the title of the lock when trust lost option [CHAR LIMIT=40] -->
3131
<string name="trust_lost_locks_screen_title">Lock screen when trust is lost</string>

Patches/LineageOS-20.0/android_packages_apps_Settings/0018-CC2_Toggle.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Signed-off-by: Tad <[email protected]>
1717
create mode 100644 src/com/android/settings/security/CarrierConfig2PreferenceController.java
1818

1919
diff --git a/res/values/strings.xml b/res/values/strings.xml
20-
index 751f4a4037..3ac2ac4763 100644
20+
index 27c7f9abc7..2543ef0677 100644
2121
--- a/res/values/strings.xml
2222
+++ b/res/values/strings.xml
2323
@@ -762,6 +762,9 @@
2424
<string name="openeuicc_title">Enable eUICC management</string>
25-
<string name="openeuicc_summary">Enables the OpenEUICC app to allow management of virtual (eSIM) and physical eUICC cards. Reboot required after toggling.</string>
25+
<string name="openeuicc_summary">Enables the OpenEUICC app to allow management of virtual (eSIM) and physical eUICC cards. Reboot required after toggling. Requires reboot.</string>
2626

2727
+ <string name="carrierconfig2_title">Enable CarrierConfig2</string>
2828
+ <string name="carrierconfig2_summary">Use a larger Google database instead of the AOSP database for carrier specific configurations. May improve cellular network compatibility &amp; functionality. Requires reboot.</string>

0 commit comments

Comments
 (0)