universal-android-debloater/lists/0 - Pending.sh

32 lines
1,020 B
Bash
Raw Normal View History

2020-02-06 11:14:42 +13:00
### These packages will be added in the default selection when I will find time to document them.
2020-06-16 01:05:46 +12:00
# It should be safe but you still need to be ***VERY** careful).
2020-02-06 11:14:42 +13:00
# REMINDER : "Safe" only means "does not cause bootloop".
# These packages can definitely break features (but you can easily reinstall them with my script)
declare -a pending=(
2020-06-16 01:05:46 +12:00
####### THIRD PARTY APPS ########
############ SAMSUNG ############
2020-02-06 11:14:42 +13:00
"com.samsung.android.unifiedprofile"
"com.samsung.android.widgetapp.yagooedge.sport"
"com.samsung.faceservice"
"com.samsung.fresco.logging"
"com.samsung.knox.securefolder.setuppage"
"com.sec.android.widgetapp.webmanual"
"com.sec.enterprise.knox.cloudmdm.smdms"
2020-06-16 01:05:46 +12:00
############ SONY ############
2020-02-06 11:14:42 +13:00
"com.sonymobile.devicesecurity.service"
"com.sonymobile.home.product.res.overlay"
"com.sonymobile.indeviceintelligence"
"com.sonymobile.swiqisystemservice"
"com.sonymobile.themes.xperialoops2"
"com.sonymobile.xperiaxlivewallpaper"
"com.sonymobile.xperiaxlivewallpaper.product.res.overlay"
2020-02-06 11:14:42 +13:00
)