android_device_samsung_a20/universal7885-common/apps/CameraLightSensor/Android.bp
roynatech2544 e4569f7c82
universal7885: CameraLightSensor: Use correct code to start service
* 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
2022-03-22 18:45:59 +09:00

10 lines
210 B
Text

android_app {
name: "CameraLightSensor",
srcs: [
"src/**/*.java",
],
platform_apis: true,
privileged: true,
certificate: "platform",
static_libs: [ "androidx.core_core" ],
}