Last active
July 26, 2020 07:20
-
-
Save lemenkov/63a4ab10f9fecc8af046a75408ee5b91 to your computer and use it in GitHub Desktop.
Как удалить лишнее с андроида
This file contains hidden or 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
1) Зайти в меню разработчика | |
2) Включить отладку по USB | |
3) adb shell | |
4) Посмотреть в информации о приложение его пакет(например com.google.android.music) | |
5) Ввести команду pm uninstall -k --user 0 com.google.android.music |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment