16.0 November ASB work

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-11-13 18:46:57 -05:00
parent c45a1db5e2
commit ad298935a2
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
8 changed files with 1134 additions and 5 deletions

View file

@ -339,7 +339,7 @@ fi;
if enterAndClear "packages/apps/Messaging"; then
applyPatch "$DOS_PATCHES_COMMON/android_packages_apps_Messaging/0001-null-fix.patch"; #Handle null case (GrapheneOS)
applyPatch "$DOS_PATCHES_COMMON/android_packages_apps_Messaging/0002-missing-channels.patch"; #Add notification channels where missing (LineageOS)
#applyPatch "$DOS_PATCHES_COMMON/android_packages_apps_Messaging/0002-missing-channels.patch"; #Add notification channels where missing (LineageOS)
fi;
if enterAndClear "packages/apps/PackageInstaller"; then