Attempt to implement intents in Android 12 #37
josevdr95new
started this conversation in
General
Replies: 1 comment 1 reply
-
I think you should try adding android.permission.QUERY_ALL_PACKAGES permission to manifest. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@vknow360
#Intent;scheme=https;package=com.android.chrome;end
#Intent;scheme=https;end
#Intent;scheme=whatsapp;package=com.whatsapp;end
#Intent;scheme=whatsapp;end
#Intent;scheme=mailto;package=com.google.android.gm;end
#Intent;scheme=mailto;end
I've tested these methods from JavaScript in Android 12, and none work correctly—they all redirect me to the Play Store."
Beta Was this translation helpful? Give feedback.
All reactions