Android intents

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Android intents

Post by Antonio Linares »

"Intents" API:
https://developer.android.com/guide/com ... nts-common

am (activity manager)

$ am start -n org.mozilla.firefox/.App

$ am start -a android.intent.action.VIEW -n org.mozilla.firefox/.App -d /storage/emulated/0/Documents/wp.html
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Android intents

Post by Antonio Linares »

This works!!!

$ am start -a android.intent.action.VIEW -d http://www.fivetechsoft.com
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply