Exception when sending broadcast to ComponentInfo
问题 I have a receiver for Google cloud message, it's registered in AndroidManifest.xml: <receiver android:name="com.app.android.push.HSPushReceiver" android:permission="com.google.android.c2dm.permission.SEND" android:enabled="true" android:exported="true"> <intent-filter> <action android:name="com.google.android.c2dm.intent.RECEIVE" /> <action android:name="com.google.android.c2dm.intent.REGISTRATION" /> <action android:name="com.google.android.c2dm.intent.REGISTER" /> <category android:name=