Bonus patches

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-10-03 15:17:06 -04:00
parent af360bc9ea
commit 7d2c184d1f
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
9 changed files with 114 additions and 0 deletions

View file

@ -330,6 +330,10 @@ applyPatch "$DOS_PATCHES/android_packages_apps_LineageParts/0001-Remove_Analytic
cp -f "$DOS_PATCHES_COMMON/contributors.db" assets/contributors.db; #Update contributors cloud
fi;
if enterAndClear "packages/apps/Messaging"; then
applyPatch "$DOS_PATCHES_COMMON/android_packages_apps_Messaging/0001-null-fix.patch"; #Handle null case (GrapheneOS)
fi;
if enterAndClear "packages/apps/PackageInstaller"; then
applyPatch "$DOS_PATCHES/android_packages_apps_PackageInstaller/344181.patch"; #P_asb_2022-11 Hide overlays on ReviewPermissionsAtivity
fi;