android11, addond 3

This commit is contained in:
Guillaume Castagnino 2021-04-03 11:37:58 +02:00
parent 1fecae7b5d
commit a15dc8aa3f
5 changed files with 11 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#!/sbin/sh
#
# ADDOND_VERSION=2
# ADDOND_VERSION=3
#
# /system/addon.d/99-font.sh
#

View File

@ -1,6 +1,6 @@
#!/sbin/sh
#
# ADDOND_VERSION=2
# ADDOND_VERSION=3
#
# /system/addon.d/99-perso-google-clean-more.sh
#
@ -42,5 +42,8 @@ case "$1" in
# remove google bloat from pico opengapps
rm -rf $SYS/app/GoogleContactsSyncAdapter
rm -rf $SYS/app/GoogleCalendarSyncAdapter
# mindthegapps
rm -rf $SYS/product/app/GoogleContactsSyncAdapter
rm -rf $SYS/product/app/GoogleCalendarSyncAdapter
;;
esac

View File

@ -1,6 +1,6 @@
#!/sbin/sh
#
# ADDOND_VERSION=2
# ADDOND_VERSION=3
#
# /system/addon.d/99-perso-google-clean.sh
#

View File

@ -1,6 +1,6 @@
#!/sbin/sh
#
# ADDOND_VERSION=2
# ADDOND_VERSION=3
#
# /system/addon.d/99-perso-pioneer.sh
#

View File

@ -1,6 +1,6 @@
#!/sbin/sh
#
# ADDOND_VERSION=2
# ADDOND_VERSION=3
#
# /system/addon.d/99-perso.sh
#
@ -102,6 +102,9 @@ case "$1" in
rm -rf $SYS/product/app/Jelly
rm -rf $SYS/product/app/PhotoTable
rm -rf $SYS/product/app/Recorder
# lineageos 18
rm -rf $SYS/system_ext/priv-app/Gallery2
rm -rf $SYS/system_ext/priv-app/Snap
# omnirom
rm -rf $SYS/priv-app/Launcher3
rm -rf $SYS/priv-app/OmniBrain