0

Is it possible to launch a specific Android app (e.g. a simple helloworld app), through a new plugin (Developed with Eclipse Standard Ver: Luna Release (4.4.0)) deployed under Eclipse ADT?

Trying with the following code in the plugin:

Intent LaunchIntent = getPackageManager().getLaunchIntentForPackage("com.package.address");

startActivity(LaunchIntent);

There is the following error in an Information Dialog:

The chosen operation is not currently available.

What is the correct procedure?

Unihedron
  • 10,251
  • 13
  • 53
  • 66

0 Answers0