2011-12-13 100 views
0

當我創建並註冊我的接收器像這樣在我的Manifest.xml,註銷接收器清單XML文件

我需要做任何事情來註銷?

<receiver 
    android:name="com.mycompanh.MyStartReceiver"> 
    <intent-filter> 
     <action 
      android:name="android.net.conn.CONNECTIVITY_CHANGE" /> 
     <action 
      android:name="android.intent.action.BOOT_COMPLETED" /> 
    </intent-filter> 
</receiver> 

回答

2
如果清單中聲明你不需要做任何事情