pleae follow chapter "Discovering how to set the ActivityStarter properties" from the link provided earlier, here is it again Using the Activity Starter
Discovering how to set the ActivityStarter properties
If you want to start an app and you you don't have the source code or documentation, you might still be able figure out the package name and class name (and sometimes the intent) by launching the app and inspecting the Android system log.
For example, if you use the YouTube application to play a video, you'll see in the log:
If you can find the "cmp=" string, then the ActivityPackage is the part before the slash, e.g., com.google.android.youtube. The ActivityClass is is the entire "cmp=" part, without the slash character, e.g., com.google.android.youtube.PlayerActivity. There may also in general be "dat=" information that should be specify as the DataUri property.
Hi thanks I tried your example and it works but where can I download the extension? Is there a way to send the total to be paid directly on the zettlz application?