• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. B

    Apps Invoke a activity of installed app from another application

    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"))...