Last active
July 3, 2025 09:28
-
-
Save iverasp/99fd28308cefce8e2e83430abd3c04d6 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
| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <a href="intent://#Intent;action=android.settings.SETTINGS;end;">Open Settings</a><br> | |
| <a href="intent://#Intent;action=android.settings.WIFI_SETTINGS;end;">Open WiFi Settings</a><br> | |
| <a href="intent://#Intent;action=com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS;end;">Open Developer Options</a> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment