diff --git a/Patches/LineageOS-19.1/android_frameworks_libs_systemui/0001-Icon_Cache.patch b/Patches/LineageOS-19.1/android_frameworks_libs_systemui/0001-Icon_Cache.patch index e38dcf86..d782472a 100644 --- a/Patches/LineageOS-19.1/android_frameworks_libs_systemui/0001-Icon_Cache.patch +++ b/Patches/LineageOS-19.1/android_frameworks_libs_systemui/0001-Icon_Cache.patch @@ -1,4 +1,4 @@ -From 5b67eac60d807e6b159a334577296e3c606e275f Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 2 Nov 2021 14:44:13 -0400 Subject: [PATCH] invalidate icon cache between OS releases @@ -11,7 +11,7 @@ diff --git a/iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.j index 7c4624d..c2b8eeb 100644 --- a/iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.java +++ b/iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.java -@@ -229,7 +229,7 @@ public IconCacheUpdateHandler getUpdateHandler() { +@@ -229,7 +229,7 @@ public abstract class BaseIconCache { */ private void updateSystemState() { mLocaleList = mContext.getResources().getConfiguration().getLocales(); diff --git a/Scripts/LineageOS-19.1/Patch.sh b/Scripts/LineageOS-19.1/Patch.sh index 43214686..ab3d3e51 100644 --- a/Scripts/LineageOS-19.1/Patch.sh +++ b/Scripts/LineageOS-19.1/Patch.sh @@ -338,10 +338,6 @@ if enterAndClear "system/netd"; then applyPatch "$DOS_PATCHES/android_system_netd/0001-Network_Permission.patch"; #Expose the NETWORK permission (GrapheneOS) fi; -if enterAndClear "system/security"; then -git revert --no-edit b6bff12bafc19f44d8cfd1897603523362c62929; #Known to cause issues on Pixel 3/XL and likely others (GrapheneOS) #XXX -fi - if enterAndClear "system/sepolicy"; then applyPatch "$DOS_PATCHES/android_system_sepolicy/0002-protected_files.patch"; #Label protected_{fifos,regular} as proc_security (GrapheneOS) #XXX 19REBASE: add to other versions too if [ "$DOS_GRAPHENE_PTRACE_SCOPE" = true ]; then