Android 卸载系统自带APP

https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/

pm uninstall -k --user 0 NameOfPackage

pm install-existing NameOfPackage

you can simply use "adb shell cmd package install-existing " in ADB and you'll get the package back .

Examples:-

adb shell pm uninstall -k --user 0 com.android.something

adb shell cmd package install-existing com.android.something

相关推荐
幻雨様1 分钟前
UE5多人MOBA+GAS 番外篇:移植Lyra的伤害特效(没用GameplayCue,因为我失败了┭┮﹏┭┮)
android·ue5
狂浪天涯32 分钟前
Android 16 显示系统 | 从View 到屏幕系列 - 4 | GraphicBuffer & Gralloc
android·操作系统
whysqwhw36 分钟前
OkHttp SSE Coroutines 模块解读-携程实现
android
二流小码农37 分钟前
鸿蒙开发:一键更新的内测打包工具“火了”
android·ios·harmonyos
whysqwhw2 小时前
OkHttp SSE Coroutines 模块解读
android
CYRUS_STUDIO2 小时前
彻底搞懂 Retrofit:使用、封装与 Converter 原理
android·okhttp·retrofit
whysqwhw2 小时前
OkHttp SSE 模块详解
android
CYRUS_STUDIO2 小时前
打造自己的 Jar 文件分析工具:类名匹配 + 二进制搜索 + 日志输出全搞定
android·java·逆向
Kiri霧2 小时前
Kotlin获取集合中的元素操作
android·开发语言·kotlin
用户2018792831672 小时前
为何 FLAG_NOT_FOCUSABLE 导致 ANR
android