diff --git a/Patches/LineageOS-20.0/android_packages_apps_Settings/0017-OpenEUICC_Toggle.patch b/Patches/LineageOS-20.0/android_packages_apps_Settings/0017-OpenEUICC_Toggle.patch index b627ce2c..754df489 100644 --- a/Patches/LineageOS-20.0/android_packages_apps_Settings/0017-OpenEUICC_Toggle.patch +++ b/Patches/LineageOS-20.0/android_packages_apps_Settings/0017-OpenEUICC_Toggle.patch @@ -17,15 +17,15 @@ Signed-off-by: Tad create mode 100644 src/com/android/settings/security/OpenEuiccPreferenceController.java 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 +++ b/res/values/strings.xml @@ -759,6 +759,9 @@ Unprivileged microG enablement - 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. + 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. + Enable eUICC management -+ Enables the OpenEUICC app to allow management of virtual (eSIM) and physical eUICC cards. Reboot required after toggling. ++ Enables the OpenEUICC app to allow management of virtual (eSIM) and physical eUICC cards. Reboot required after toggling. Requires reboot. + Lock screen when trust is lost diff --git a/Patches/LineageOS-20.0/android_packages_apps_Settings/0018-CC2_Toggle.patch b/Patches/LineageOS-20.0/android_packages_apps_Settings/0018-CC2_Toggle.patch index d1992616..932b8a51 100644 --- a/Patches/LineageOS-20.0/android_packages_apps_Settings/0018-CC2_Toggle.patch +++ b/Patches/LineageOS-20.0/android_packages_apps_Settings/0018-CC2_Toggle.patch @@ -17,12 +17,12 @@ Signed-off-by: Tad create mode 100644 src/com/android/settings/security/CarrierConfig2PreferenceController.java 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 +++ b/res/values/strings.xml @@ -762,6 +762,9 @@ Enable eUICC management - Enables the OpenEUICC app to allow management of virtual (eSIM) and physical eUICC cards. Reboot required after toggling. + Enables the OpenEUICC app to allow management of virtual (eSIM) and physical eUICC cards. Reboot required after toggling. Requires reboot. + Enable CarrierConfig2 + Use a larger Google database instead of the AOSP database for carrier specific configurations. May improve cellular network compatibility & functionality. Requires reboot.