Android 8.0: java.lang.IllegalStateException: Not allowed to start service Intent
Questions: On application launch, app starts the service that should to do some network task. After targeting API level 26, my application fails to start service on Android 8.0 on background. Caused b...