需要在App package底下的AndroidManifest.xml
的Receiver Section加上
<intent-filter>
<action android:name="android.intent.action.YOUR_INTENT">
</intent-filter>
的Receiver Section加上
<intent-filter>
<action android:name="android.intent.action.YOUR_INTENT">
</intent-filter>
留言