Android Question App Deeplinks

Powie

Member
Licensed User
Longtime User
AddActivityText works fine, and my app with the correct activity is started.

At this time I can't find the solution to handle the data from the starting intent. If i log this this looks like:

B4X:
(Intent) Intent { act=android.intent.action.VIEW cat=[android.intent.category.BROWSABLE] dat=http://ma-db.com/field?12345 pkg=com.powie.madb cmp=com.powie.madb/.field (has extras) }
 
Upvote 0
Top