Skip to content

Instantly share code, notes, and snippets.

@yungwarlock
Created October 25, 2023 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yungwarlock/e91bbf73b8f6d48523d2bc0f1c2cc287 to your computer and use it in GitHub Desktop.
Save yungwarlock/e91bbf73b8f6d48523d2bc0f1c2cc287 to your computer and use it in GitHub Desktop.
How to renable android 12 internet button
#!/bin/sh
settings put global settings_provider_model false
settings put secure sysui_qs_tiles "internet,$(settings get secure sysui_qs_tiles)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment