0

I need to launch existing input method settings activity from my app. For example input method settings activity is com.htc.android.htcime.settings.KeyboardSettings.

How can I launch it?

I tried this Launch Activity from another Application Android, but it doesn't work. I have exception

java.lang.SecurityException: Permission Denial: starting Intent
Community
  • 1
  • 1
whyte624
  • 312
  • 1
  • 15

1 Answers1

1

You can write

android:exported="true"

while declaring activity in Manifest..

Hope will help you...

Neha Shukla
  • 3,572
  • 5
  • 38
  • 69