diff --git a/Patches/LineageOS-20.0/android_frameworks_base/0026-Crash_Details.patch b/Patches/LineageOS-20.0/android_frameworks_base/0026-Crash_Details.patch index c99d5e0a..e3d1235d 100644 --- a/Patches/LineageOS-20.0/android_frameworks_base/0026-Crash_Details.patch +++ b/Patches/LineageOS-20.0/android_frameworks_base/0026-Crash_Details.patch @@ -159,10 +159,10 @@ index 286155953bed..d47f9162328f 100644 android:authorities="com.android.systemui.customization" android:name="com.android.systemui.keyguard.CustomizationProvider" diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml -index 81241c91d1c6..0cd044e39fef 100644 +index ba806e591c1c..a5beed957cca 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml -@@ -2752,6 +2752,11 @@ +@@ -2754,6 +2754,11 @@ kk:mm diff --git a/Patches/LineageOS-20.0/android_hardware_qcom_audio/0001-Unused-sm8150.patch b/Patches/LineageOS-20.0/android_hardware_qcom_audio/0001-Unused-sm8150.patch index 6a298598..24f7ffc0 100644 --- a/Patches/LineageOS-20.0/android_hardware_qcom_audio/0001-Unused-sm8150.patch +++ b/Patches/LineageOS-20.0/android_hardware_qcom_audio/0001-Unused-sm8150.patch @@ -37,10 +37,10 @@ index 256382c07f..a4898cf860 100644 int audio_extn_utils_get_vendor_enhanced_info(); int audio_extn_utils_get_app_sample_rate_for_device(struct audio_device *adev, diff --git a/hal/audio_extn/utils.c b/hal/audio_extn/utils.c -index 23ecf7a590..6ddfcaced7 100644 +index be20e12953..981cad8e1e 100644 --- a/hal/audio_extn/utils.c +++ b/hal/audio_extn/utils.c -@@ -3314,6 +3314,7 @@ int audio_extn_utils_get_channels_from_string(const char *id_string) +@@ -3315,6 +3315,7 @@ int audio_extn_utils_get_channels_from_string(const char *id_string) return -EINVAL; } @@ -48,7 +48,7 @@ index 23ecf7a590..6ddfcaced7 100644 void audio_extn_utils_release_snd_device(snd_device_t snd_device) { audio_extn_dev_arbi_release(snd_device); -@@ -3322,6 +3323,7 @@ void audio_extn_utils_release_snd_device(snd_device_t snd_device) +@@ -3323,6 +3324,7 @@ void audio_extn_utils_release_snd_device(snd_device_t snd_device) audio_extn_listen_update_device_status(snd_device, LISTEN_EVENT_SND_DEVICE_FREE); } diff --git a/Patches/LineageOS-20.0/android_packages_apps_LineageParts/0001-Remove_Analytics.patch b/Patches/LineageOS-20.0/android_packages_apps_LineageParts/0001-Remove_Analytics.patch index a6afb192..0355a9ca 100644 --- a/Patches/LineageOS-20.0/android_packages_apps_LineageParts/0001-Remove_Analytics.patch +++ b/Patches/LineageOS-20.0/android_packages_apps_LineageParts/0001-Remove_Analytics.patch @@ -5,19 +5,19 @@ Subject: [PATCH] Remove analytics Change-Id: Ic01c97d6ceac8d324609763973639b41b4581a76 --- - AndroidManifest.xml | 25 ------------------------- + AndroidManifest.xml | 19 ------------------- proguard.flags | 1 - res/values/config.xml | 3 --- res/values/strings.xml | 22 ---------------------- res/xml/parts_catalog.xml | 5 ----- res/xml/trust_preferences.xml | 3 --- - 6 files changed, 59 deletions(-) + 6 files changed, 53 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml -index b42bdc3..06fe237 100644 +index 7f3dc72..06fe237 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml -@@ -251,31 +251,6 @@ +@@ -251,25 +251,6 @@ android:resource="@string/summary_empty" /> @@ -32,12 +32,6 @@ index b42bdc3..06fe237 100644 - - - -- -- -- - - diff --git a/Patches/LineageOS-20.0/android_packages_inputmethods_LatinIME/0001-Voice.patch b/Patches/LineageOS-20.0/android_packages_inputmethods_LatinIME/0001-Voice.patch index 706d5dff..3eadd131 100644 --- a/Patches/LineageOS-20.0/android_packages_inputmethods_LatinIME/0001-Voice.patch +++ b/Patches/LineageOS-20.0/android_packages_inputmethods_LatinIME/0001-Voice.patch @@ -88,4 +88,3 @@ index 6eb8e98b8..8eec5b0f3 100644 } public String dump() { - diff --git a/Patches/LineageOS-20.0/android_packages_modules_Wifi/0001-Random_MAC.patch b/Patches/LineageOS-20.0/android_packages_modules_Wifi/0001-Random_MAC.patch index 429e80f9..28448d45 100644 --- a/Patches/LineageOS-20.0/android_packages_modules_Wifi/0001-Random_MAC.patch +++ b/Patches/LineageOS-20.0/android_packages_modules_Wifi/0001-Random_MAC.patch @@ -87,7 +87,7 @@ index dca3e6b139..9c45521fde 100644 return config.getRandomizedMacAddress(); } diff --git a/service/java/com/android/server/wifi/WifiConfigurationUtil.java b/service/java/com/android/server/wifi/WifiConfigurationUtil.java -index 4a594b7a2a..9e8b660374 100644 +index 1997a9adf6..40837ff703 100644 --- a/service/java/com/android/server/wifi/WifiConfigurationUtil.java +++ b/service/java/com/android/server/wifi/WifiConfigurationUtil.java @@ -245,7 +245,7 @@ public class WifiConfigurationUtil { diff --git a/Scripts/LineageOS-20.0/Functions.sh b/Scripts/LineageOS-20.0/Functions.sh index 1dc30739..49344192 100644 --- a/Scripts/LineageOS-20.0/Functions.sh +++ b/Scripts/LineageOS-20.0/Functions.sh @@ -141,7 +141,6 @@ patchWorkspaceReal() { source build/envsetup.sh; repopick -i 361248; #Launcher3: Allow toggling monochrome icons for all apps - repopick -i 366907; #Dialer: Fix SecurityException when receiving a call as secondary user sh "$DOS_SCRIPTS/Patch.sh"; sh "$DOS_SCRIPTS_COMMON/Enable_Verity.sh";