<service
android:name="com.zh.app.AppService"
android:exported="true" >
android:name="com.zh.app.AppService"
android:exported="true" >
</service>
被启动的Service必须为 android:exported="true" 才可以,不然启动失败!
</service>
被启动的Service必须为 android:exported="true" 才可以,不然启动失败!