Disable System Apps Without Root

To disable a system app using ADB: adb shell pm disable-user --user 0 com.example.application 

To re-enable a system app using ADB: adb shell pm enable com.example.application

(replace com.example.application with the target application's package name)

Popular posts from this blog

How To Flash China Tablets (Easy Method)

How To Create A Hidden Service On Tor Using Android With Termux

How To Create And Configure Sudo User On Arch Linux