Last active
November 19, 2020 18:26
-
-
Save mvidaldp/69191a4a22cf552ad61748f0cf69ab71 to your computer and use it in GitHub Desktop.
How to detach Android apps from PlayStore to prevent autoupdate.
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
- Given that your phone is rooted with Magisk (https://github.com/topjohnwu/Magisk), place this "Detach.txt" file on "/storage/emulated/0/" and include your app names after line 45 (run `adb shell 'pm list packages -f'` to get their names). Finally, just install Detach module using Magisk (https://github.com/Magisk-Modules-Repo/Detach) and reboot. | |
- Detach Market Apps Configuration - | |
- Remove comment (#) to detach an App. | |
#Contacts | |
#Gmail | |
#Google App | |
#Google Plus | |
#Hangouts | |
#Phone | |
#Photos | |
#YouTube | |
#Gboard | |
#Clock | |
#Camera | |
#Inbox | |
#Duo | |
#Dropbox | |
#PushBullet | |
#Calendar | |
#Keep | |
#Telegram | |
#Swiftkey | |
#Translate | |
#Pandora | |
#Slack | |
#Mega | |
#Voice | |
#Drive | |
#Netflex | |
#Pixel Launcher | |
#Wallpapers | |
#Capture | |
#Google Connectivity Services | |
#Google VR Services | |
#Google Play Services | |
#Google Carrier Services | |
# Other applications | |
com.google.android.youtube | |
com.google.android.apps.youtube | |
com.starfinanz.mobile.android.pushtan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment