Android Question Simple Intent question

AHilberink

Active Member
Licensed User
Longtime User
Hi,

May be a stupid question, but I really don't know:

Using Intent like:
B4X:
Dim in As Intent
in.Initialize(in.ACTION_VIEW, "com.sygic.aura://coordinate|"&LonAdres&"|"&LatAdres&"|drive")

Intent.Initialize(Action,Uri as String): Will this "Uri as String" automatically be converted to Url (space=%20 etc.) or do I have to do this myselve?

BR, André
 
Top