FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveTouch Android intents
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Android intents
Posted: Mon Mar 04, 2019 01:07 PM
"Intents" API:
https://developer.android.com/guide/components/intents-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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Android intents
Posted: Mon Mar 04, 2019 05:27 PM

This works!!!

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

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion