我需要从我的应用程序启动现有的输入法设置活动。例如,输入法设置活动为com.htc.android.htcime.settings.KeyboardSettings.
我如何启动它?
我试过这个Launch Activity from another Application Android,但它不工作。我有例外
java.lang.SecurityException: Permission Denial: starting Intent发布于 2014-04-24 15:36:31
你可以写
android:exported="true"在Manifest中声明活动时..
希望会帮助你..。
https://stackoverflow.com/questions/23260925
复制相似问题