Pull in Messaging notifications fix

Likely solves https://github.com/Divested-Mobile/DivestOS-Build/issues/141

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-11-05 19:09:27 -05:00
parent 548aec9c9d
commit 01a196e055
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
10 changed files with 114 additions and 23 deletions

View file

@ -339,6 +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)
fi;
if enterAndClear "packages/apps/PackageInstaller"; then