Bharanicharan
Lurker
Hi All,
AM in the proecess of invoking an activity of an installed application from my application.
I have added reqiured intent with package name and class name
Intent intent = newIntent();
intent.setComponent(new ComponentName("package name","Activity")); intent.setAction("android.intent.action.VIEW");
startActivity(intent);
But am getting permission denial error.
Any thought on this will be of great help to me!
Thanks
AM in the proecess of invoking an activity of an installed application from my application.
I have added reqiured intent with package name and class name
Intent intent = newIntent();
intent.setComponent(new ComponentName("package name","Activity")); intent.setAction("android.intent.action.VIEW");
startActivity(intent);
But am getting permission denial error.
Any thought on this will be of great help to me!
Thanks