Created
October 25, 2023 08:42
-
-
Save yungwarlock/e91bbf73b8f6d48523d2bc0f1c2cc287 to your computer and use it in GitHub Desktop.
How to renable android 12 internet button
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
#!/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