python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Android deep link intent doesn't work on some devices
I have an app that listens for a deeplinks starting with example:// The app can be launched by scanning a QR code containing a deeplink.
<intent-filter>
<action android:name="...
Kenny Sexton
Votes: 0
Answers: 1
how to make android suggest my app for opening location sent from whatsapp?
I have added a deep link in manifest
i added this host "maps.google.com" that i found from whatsapp location
but that s not working
I tried
<intent-filter android:autoVerify="true&qu...
sina azarfarshi
Votes: 0
Answers: 1
How to get Android deeplink data
After setting up an app for deep linking. by creating an activity to launch when the link is opened in the browser. How do I go about getting the link that the browser used to start the intent?
Let us...
Bret Joseph
Votes: 0
Answers: 1
App Link not opening in Android 12 by default. Possible SHA256 issue
I have set up my deeplink by uploading the assetlinks.json file here
https://example.com/.well-known/assetlinks.json
Its working well till Android 11. It also works in Android 12 if it's not download...
hushed_voice
Votes: 0
Answers: 3