0
Answered

Android Studio Inent

Richard t Lam 4 years ago in Tips and Tricks updated by Vladimir Ovchinnikov (expert) 4 years ago 7

Hello,

I am building or own application on android.

I want to start i3 Pro application from my application.

I need the intent from the app. For startin the activity.

For example this is the intent for starting the settings application: android.procider.Settings.ACTION_Settings.

startActivityForResult(new Intent(android.provider.Settings.ACTION_SETTINGS), 0)
GOOD, I'M SATISFIED
Satisfaction mark by Richard t Lam 4 years ago
Under review

Hello.

Calling i3 pro from third-party apps:

i3pro://

Read more here.

that is not working for me

startActivityForResult(new Intent(i3pro://), 0);

Hello.

i3pro://

call works the same way as a hyperlink clicked in a web browser or email client.

so there is no such way as an intent called com.iridium or something?

Hello.

1) Get the path to the i3 pro application directory.

2) Ffrom your app, start i3 pro on the absolute path.

Thank you for the message, we are looking for a another way to control our android touchscreen.

So this topic can be closed.