I want to launch an activity in a Gear VR appDo I use intents with URI?
for example if I want to open a map with lat long I would write
something similarString uri = String.format(Locale.ENGLISH, "geo:%f,%f",
latitude, longitude);Intent intent = new ...