mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
* W ActivityManager: Unable to start service Intent { cmp=com.eurekateam.cameralightsensor/.CameraLightSensorService } U=0: not found
* Ref: https://stackoverflow.com/questions/19105587/unable-to-start-service-intent-not-found
* Makes BootReceiver unable to start service
10 lines
210 B
Text
10 lines
210 B
Text
android_app {
|
|
name: "CameraLightSensor",
|
|
srcs: [
|
|
"src/**/*.java",
|
|
],
|
|
platform_apis: true,
|
|
privileged: true,
|
|
certificate: "platform",
|
|
static_libs: [ "androidx.core_core" ],
|
|
}
|