android - Launching input method settings activity -


I need to launch the current input method setting activity from my app. For example, the input method settings activity com.htc .android.htcime.settings.KeyboardSettings

How can I launch it?

I tried to do it, but it does not work. I have an exception

  java.lang.SecurityException: permission denied: initial intent    

When you declare activity in the manifest

  android: exported = "true"   

Hope that will help you ...

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -