跳到主要內容

新的Intent要讓AP收得到

需要在App package底下的AndroidManifest.xml
的Receiver Section加上


<intent-filter>
        <action android:name="android.intent.action.YOUR_INTENT">
</intent-filter>

留言