M madSac Active Member Licensed User Longtime User Feb 3, 2013 #1 I want to open my link in native browser which comes packed with device ...How to do it ? Any intent or something similar ? Please note that i am not saying "default browser".
I want to open my link in native browser which comes packed with device ...How to do it ? Any intent or something similar ? Please note that i am not saying "default browser".
Erel B4X founder Staff member Licensed User Longtime User Feb 3, 2013 #2 If you want to force a specific application then you should use Intent.SetComponent with the package name and activity. PackageManager can help you find this information. Upvote 0
If you want to force a specific application then you should use Intent.SetComponent with the package name and activity. PackageManager can help you find this information.