Skip to content

Instantly share code, notes, and snippets.

@iverasp
Last active July 3, 2025 09:28
Show Gist options
  • Select an option

  • Save iverasp/99fd28308cefce8e2e83430abd3c04d6 to your computer and use it in GitHub Desktop.

Select an option

Save iverasp/99fd28308cefce8e2e83430abd3c04d6 to your computer and use it in GitHub Desktop.
<!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