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
Post a Comment