A component that can launch an activity using the StartActivity method.
Activities that can be launched include:
main=com.gmail.Bitdiddle.Ben.HelloPurr.Screen1. (The first components indicate that it was created by Ben.Bi...@gmail.com.) To make your ActivityStarter launch this application, set the following properties:ActivityPackage to the class name, dropping the last component (for example, com.gmail.Bitdiddle.Ben.HelloPurr)ActivityClass to the entire class name (for example, com.gmail.Bitdiddle.Ben.HelloPurr.Screen1)Action: android.intent.action.MAINActivityPackage: com.android.cameraActivityClass: com.android.camera.Camera- Action: android.intent.action.WEB_SEARCH
- ExtraKey: query
- ExtraValue: vampire
- ActivityPackage: com.google.android.providers.enhancedgooglesearch
- ActivityClass: com.google.android.providers.enhancedgooglesearch.Launcher
- Action: android.intent.action.VIEW
- DataUri: http://www.face
Adding the AfterActivity block should allow users to return to the original screen after using the ActivityStarter by using the Android's back arrow.. I am not certain you will need this block if you only have
one screen in your app.
Regards,
SteveJG