14_Android中Service的使用,关于广播接收者的说明
android:name="android.intent.action.MAIN" /> <categoryandroid:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> <service android:name="com.itheima.testservice.MyService"></service></application></manifest>3...