Last active
May 5, 2025 11:12
-
-
Save tthdudg54-76/3d4199cbe6dce769aebede66cb029aca to your computer and use it in GitHub Desktop.
intent luncher
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> | |
<head> | |
<title>Open Settings</title> | |
</head> | |
<body> | |
<h2>اضغط لفتح الإعدادات</h2> | |
<a href="intent://com.android.settings/#Intent;scheme=android-app;end"> | |
افتح الإعدادات | |
</a> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment