android_device_samsung_a20/universal7885-common/apps/CameraLightSensor
Repository files (latest commit first)
Filename Latest commit message Latest commit date
roynatech2544 9d3976a986
universal7885: CameraLightSensor: return START_STICKY
* Both codes are only relevant when the phone runs out of memory and kills the service before it finishes executing. START_STICKY tells the OS to recreate the service after it has enough memory and call onStartCommand() again with a null intent. START_NOT_STICKY tells the OS to not bother recreating the service again. There is also a third code START_REDELIVER_INTENT that tells the OS to recreate the service and redeliver the same intent to onStartCommand().

https: //stackoverflow.com/questions/9093271/start-sticky-and-start-not-sticky
Change-Id: I3d5e8d8ee4e6c7270e0a7c8ccc881ec520563801
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-22 18:44:19 +09:00
..
res universal7885: CameraLightSensor: Finalize code 2022-03-22 18:35:01 +09:00
src/com/eurekateam/cameralightsensor universal7885: CameraLightSensor: return START_STICKY 2022-03-22 18:44:19 +09:00
Android.bp universal7885: CameraLightSensor: Merge codes to 2 files and fix bugs 2022-03-22 18:43:50 +09:00
AndroidManifest.xml universal7885: CameraLightSensor: Merge codes to 2 files and fix bugs 2022-03-22 18:43:50 +09:00
proguard.flags universal7885: CameraLightSensor: Merge codes to 2 files and fix bugs 2022-03-22 18:43:50 +09:00