mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-12-25 23:49:32 -05:00
FIXUP
Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
parent
4b5bd17510
commit
d631c5dd63
@ -17,15 +17,15 @@ Signed-off-by: Tad <tad@spotco.us>
|
|||||||
create mode 100644 src/com/android/settings/security/OpenEuiccPreferenceController.java
|
create mode 100644 src/com/android/settings/security/OpenEuiccPreferenceController.java
|
||||||
|
|
||||||
diff --git a/res/values/strings.xml b/res/values/strings.xml
|
diff --git a/res/values/strings.xml b/res/values/strings.xml
|
||||||
index ce056d7ab0..751f4a4037 100644
|
index ce056d7ab0..27c7f9abc7 100644
|
||||||
--- a/res/values/strings.xml
|
--- a/res/values/strings.xml
|
||||||
+++ b/res/values/strings.xml
|
+++ b/res/values/strings.xml
|
||||||
@@ -759,6 +759,9 @@
|
@@ -759,6 +759,9 @@
|
||||||
<string name="sig_spoof_title">Unprivileged microG enablement</string>
|
<string name="sig_spoof_title">Unprivileged microG enablement</string>
|
||||||
<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>
|
<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>
|
||||||
|
|
||||||
+ <string name="openeuicc_title">Enable eUICC management</string>
|
+ <string name="openeuicc_title">Enable eUICC management</string>
|
||||||
+ <string name="openeuicc_summary">Enables the OpenEUICC app to allow management of virtual (eSIM) and physical eUICC cards. Reboot required after toggling.</string>
|
+ <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>
|
||||||
+
|
+
|
||||||
<!-- Text shown for the title of the lock when trust lost option [CHAR LIMIT=40] -->
|
<!-- Text shown for the title of the lock when trust lost option [CHAR LIMIT=40] -->
|
||||||
<string name="trust_lost_locks_screen_title">Lock screen when trust is lost</string>
|
<string name="trust_lost_locks_screen_title">Lock screen when trust is lost</string>
|
||||||
|
@ -17,12 +17,12 @@ Signed-off-by: Tad <tad@spotco.us>
|
|||||||
create mode 100644 src/com/android/settings/security/CarrierConfig2PreferenceController.java
|
create mode 100644 src/com/android/settings/security/CarrierConfig2PreferenceController.java
|
||||||
|
|
||||||
diff --git a/res/values/strings.xml b/res/values/strings.xml
|
diff --git a/res/values/strings.xml b/res/values/strings.xml
|
||||||
index 751f4a4037..3ac2ac4763 100644
|
index 27c7f9abc7..2543ef0677 100644
|
||||||
--- a/res/values/strings.xml
|
--- a/res/values/strings.xml
|
||||||
+++ b/res/values/strings.xml
|
+++ b/res/values/strings.xml
|
||||||
@@ -762,6 +762,9 @@
|
@@ -762,6 +762,9 @@
|
||||||
<string name="openeuicc_title">Enable eUICC management</string>
|
<string name="openeuicc_title">Enable eUICC management</string>
|
||||||
<string name="openeuicc_summary">Enables the OpenEUICC app to allow management of virtual (eSIM) and physical eUICC cards. Reboot required after toggling.</string>
|
<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>
|
||||||
|
|
||||||
+ <string name="carrierconfig2_title">Enable CarrierConfig2</string>
|
+ <string name="carrierconfig2_title">Enable CarrierConfig2</string>
|
||||||
+ <string name="carrierconfig2_summary">Use a larger Google database instead of the AOSP database for carrier specific configurations. May improve cellular network compatibility & functionality. Requires reboot.</string>
|
+ <string name="carrierconfig2_summary">Use a larger Google database instead of the AOSP database for carrier specific configurations. May improve cellular network compatibility & functionality. Requires reboot.</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user