Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-04-10 21:20:55 -04:00
parent d50a3a043b
commit 293a4d12f4
2 changed files with 2 additions and 6 deletions

View File

@ -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 <danielmicay@gmail.com>
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();

View File

@ -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