How to create BroadcastReceiver without Activity/Service?
问题 I'm trying to create BroadcastReceiver without activity/service. While I've no problem registering and executing the code when an activity is present in the code when I remove the activity it fails. I do register the BroadcastReceiver using the manifest(!) But it is not being called when the activity is removed from the project. <application android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/AppTheme" > <receiver android:name