正如标题所说,我想知道活动,接收器或服务等组件内部的所有intent-filter和action。
例如在AM.xml中:
<receiver android:name="com.samsung.longuni.receivers.WakeServiceUpReceiver" >
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
在我的应用程序中是否有任何方法可以列出某个应用程序组件的intent-filter中的所有操作。