Last active
April 6, 2022 17:18
-
-
Save gracjankn/0a09a7e4690abfe9413822e14b2c4e69 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
packages=(com.facebook.katana com.facebook.system com.facebook.appmanager com.miui.klo.bugreport com.google.android.apps.tachyon com.android.browser com.miui.bugreport com.miui.videoplayer com.miui.player com.android.chrome com.duokan.phone.remotecontroller.peel.plugin com.duokan.phone.remotecontroller com.google.android.videos com.miui.msa.global com.miui.analytics com.android.dreams.phototable com.miui.guardprovider com.miui.android.fashiongallery com.google.android.apps.wellbeing com.android.stk2 com.android.stk com.xiaomi.mipicks com.xiaomi.payment com.android.wallpaper.livepicker com.miui.miservice cn.wps.xiaomi.abroad.lite com.miui.cleanmaster com.tencent.soter.soterserver pl.zdunex25.updater com.xiaomi.midrop com.xiaomi.joyose com.xiaomi.glgm com.sohu.inputmethod.sogou.xiaomi com.miui.yellowpage com.google.ar.lens com.google.android.music android.autoinstalls.config.Xiaomi.whyred com.google.android.marvin.talkback com.mi.webkit.core com.caf.fmradio com.joom com.amazon.appmanager com.miui.fm com.netflix.partner.activation com.android.dreams.basic com.micredit.in com.miui.systemAdSolution com.qiyi.video com.xiaomi.recycle com.xiaomi.news com.xiaomi.mirecycle com.xiaomi.shop com.miui.virtualsim com.miui.vsimcore com.miui.userguide com.miui.translationservice com.miui.translation.kingsoft com.miui.translation.xmcloud com.miui.translation.youdao com.tencent.soter.soterservice com.xiaomi.gamecenter.sdk.service com.miui.personalassistant com.miui.nextpay com.xiaomi.jr com.xiaomi.location.fused com.xiaomi.o2o com.xiaomi.simactivate.service com.miui.hybrid com.google.android.apps.docs com.alibaba.aliexpresshd cn.wps.moffice_eng com.amazon.mShop.android.shopping com.qualcomm.qti.haven.telemetry.service com.mi.global.bbs com.miui.enbbs com.miui.daemon com.milink.service com.bsp.catchlog com.xiaomi.account com.xiaomi.finddevice com.google.android.projection.gearhead com.google.android.googlequicksearchbox com.google.android.youtube com.google.ar.core com.netflix.mediaclient com.google.android.feedback com.miui.weather2 com.xiaomi.micloud.sdk com.mi.globalbrowser com.xiaomi.mi_connect_service) | |
for x in "${packages[@]}"; do | |
adb shell pm uninstall -k --user 0 "$x" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment