Intent-Filter的定义属性设置的例子:
<intent-filter > <action android:name="com.netease.push.action.client.MESSAGE"/> <action android:name="com.netease.push.action.client.NEWID"/> <action android:name="com.netease.push.action.client.METHOD"/> <category android:name="android.intent.category.DEFAULT" /> </intent-filter>
Android关于No Activity found to handle Intent的问题
原文地址:http://blog.csdn.net/xufeng0991/article/details/41966801