Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
tom9040.2024's avatar
tom9040.2024
Explorer
1 year ago

Make a .apk to open Meta Browser with URL

Hi,

Is it possible go create an .apk to call the Meta Browser with a certain URL? Indtalling with sideload.

Or is it a resteiction to call Meta Browser from another app?

Some code like this

When Button1.Click
ActivityStarter.Action = “android.intent.action.VIEW”
ActivityStarter.DataUri = “https://www.examplesite.com
ActivityStarter.PackageName = “com.oculus.browser”
ActivityStarter.StartActivity

 

Thanks for any help

 

 

 

 

No RepliesBe the first to reply