一般来说收boot complete只要加 boot complete权限在AndroidManifest.xml:
<action android:name="android.intent.action.BOOT_COMPLETED"/>
然后做一个Receiver就收的到
if( action.equals(Intent.ACTION_BOOT_COMPLETED))
但在 InputMethodService.java里面要怎么加?
我有试过core/res/res/AndroidManifest.xml
还是没用
请大家指点
谢谢