how to write in the apps in execsystem mobile

Discussions about creating CAPI applications to run on Android devices
Post Reply
Eohmer
Posts: 19
Joined: February 26th, 2019, 8:47 am
Location: Costa Rica

how to write in the apps in execsystem mobile

Post by Eohmer »

Hello!

I want to know what's the proper way to enter the app in the execsystem function.

The example in the user's guide uses execsystem("app:com.google.android.gm"); which opens gmail. That's great. Now, I want to open another app using this function, lets say I want to open my voice recording app (and to nothing else, just open it up).

How do I know the correct way to enter the app "name"? (The part after "app:") Is it com.google.android.voicerecorder or, since I've got a Samsung phone (if it has ANYTHING to do at all), is it com.samsung.android.voicerecorder?

Thanks!
khurshid.arshad
Posts: 618
Joined: July 9th, 2012, 11:32 am
Location: Islamabad, Pakistan

Re: how to write in the apps in execsystem mobile

Post by khurshid.arshad »

I usually use Apk Extraxtor 4.2.9, which you can download from play store. For reference, please see attached picture.

Best.
a.
You do not have the required permissions to view the files attached to this post.
Eohmer
Posts: 19
Joined: February 26th, 2019, 8:47 am
Location: Costa Rica

Re: how to write in the apps in execsystem mobile

Post by Eohmer »

khurshid.arshad wrote: March 27th, 2020, 3:32 am I usually use Apk Extraxtor 4.2.9, which you can download from play store. For reference, please see attached picture.

Best.
a.
This does it. Thank you so much!
Post Reply