上一次对于broadcast 的机制进行了详细的解析,见博文 android 中的 Broadcast 机制详解 ,本篇对于四大组件中的另一个成员—— service 进行解读。
在开发中我们会碰到下面几种情况:
1、java.lang.IllegalStateException: Not allowed to start service Intent
11-05 04:47:32.468 911 911 E AndroidRuntime: FATAL EXCEPTION: main
11-05 04:47:32.468 911 911 E AndroidRuntime: Process: com.shift.phonemanager, PID: 911
11-05 04:47:32.468 911 911 E AndroidRuntime: java.lang.RuntimeException: Unable to start receiver com.shift.phonemanager.apps.accesslog.PermissionAccessStartReceiver: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.shift.phonemanager/.apps.accesslog.service.Permiss