Closed Chandlr closed 3 years ago
Hello @Chandlr ,
Thanks for your time.
I reviewed your code and rewrote it without using the variable:
TAndroidHelper.Activity.startActivity(
TJIntent.Create
.setAction(TJIntent.JavaClass.ACTION_VIEW)
.setData(StrToJURI(aTarget))
);
Actually, the SharedActivity
is marked as deprecated, so I changed to TAndroidHelper.Activity
.
Thanks again.
Enhancement included and tested.
Minor mod to your code and this works for android with link clicking:
with Units: Androidapi.JNI.Net, Androidapi.JNI.GraphicsContentViewText, Androidapi.Helpers