Skip to content

Instantly share code, notes, and snippets.

@mvidaldp
Last active November 19, 2020 18:26
Show Gist options
  • Save mvidaldp/69191a4a22cf552ad61748f0cf69ab71 to your computer and use it in GitHub Desktop.
Save mvidaldp/69191a4a22cf552ad61748f0cf69ab71 to your computer and use it in GitHub Desktop.
How to detach Android apps from PlayStore to prevent autoupdate.
- 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
#Facebook
#Pandora
#Twitter
#Slack
#Mega
#WhatsApp
#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