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

87 lines
2.8 KiB
Bash

### These packages will be added in the default selection when I will find time to document them.
# It should be safe but you still need to be ***very** careful).
# 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=(
############ THIRD PARTY APPS ############
############ SAMSUNG ############
"com.samsung.android.app.amcagent"
"com.samsung.android.app.omcagent"
"com.samsung.android.app.vrsetupwizards"
"com.samsung.android.app.withtc"
"com.samsung.android.bio.face.service"
"com.samsung.android.dlp.service"
"com.samsung.android.dqagent"
"com.samsung.android.knox.containeragent"
"com.samsung.android.knox.containercore"
"com.samsung.android.sdk.professionalaudio.app.audioconnectionservice"
"com.samsung.android.slinkcloud"
"com.samsung.android.smartcallprovider"
"com.samsung.android.smartface"
"com.samsung.android.sm.devicesecurity"
"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.app.easysetup"
"com.sec.android.app.scloud"
"com.sec.android.game.gamehome"
"com.sec.android.widgetapp.webmanual"
"com.sec.enterprise.knox.cloudmdm.smdms"
############ SONY ############
"com.sonyericsson.android.camera3d"
"com.sonyericsson.settings.res.overlay_305"
"com.sonymobile.android.externalkeyboard"
"com.sonymobile.apnupdater.res.overlay_305"
"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"
############ OPPO ############
"com.coloros.cloud"
"com.coloros.gamespace"
"com.coloros.soundrecorder"
"com.coloros.speechassist"
"com.nearme.atlas"
"com.nearme.instant.platform"
"com.oppo.logkitservice"
"com.oppo.logkit"
"com.oppo.ovoicemanager"
"com.oppo.oppopowermonitor"
"com.oppo.quicksearchbox"
"com.oppo.securepay"
"com.oppo.webview"
"com.coloros.appmanager"
"com.coloros.childrenspace"
"com.coloros.healthcheck"
"com.coloros.weather.service"
"com.coloros.widget.smallweather"
"com.mobiletools.systemhelper"
"com.oppo.fingerprints.fingerprintsensortest"
"com.coloros.oppomultiapp"
"com.coloros.backuprestore"
"com.coloros.assistantscreen"
#"com.coloros.securitypermission"
# Handles app permission management. DO NOT REMOVE THIS
#"com.coloros.pictorial" (Lockscreen Magazine)
# Removal will result in no longer being able to access Lockscreen settings.
#"com.oppo.freefallingmonitor"
# Provides protection for camera slider in the event of a fall. Best described here: https://www.gizchina.com/2018/06/20/...5-years-usage/
)