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
..
apps
universal7885: CameraLightSensor: return START_STICKY
2022-03-22 18:44:19 +09:00
bluetooth
universal7885: commonize bluetooth include header
2022-03-22 18:12:08 +09:00
configs
universal7885: Merge common thing and cleanup
2022-03-22 18:33:37 +09:00
init
universal7885: SamsungParts: Update relevant SEPolicy
2022-03-22 18:17:15 +09:00
interfaces
universal7885: SamsungParts: add gpu, selinux and update related sepolicy
2022-03-22 18:29:22 +09:00
libshims
universal7885: libshim_sensorndkbridge: Add liblog dependency
2022-03-22 18:15:10 +09:00
overlay/frameworks /base
universal7885: overlay: Bring back auto brightness
2022-03-22 18:37:25 +09:00
overlay-lineage
universal7885: Inital port to A20/A20e
2022-03-22 18:08:09 +09:00
power
universal7885: Import USB typec HAL from lineage
2022-03-22 18:15:10 +09:00
recovery
universal7885: Merge common thing and cleanup
2022-03-22 18:33:37 +09:00
rootdir
universal7885: rootdir: Hide Magisk Better
2022-03-22 18:39:26 +09:00
rro_overlays
a20: Address SELinux denials
2022-03-22 18:35:27 +09:00
sepolicy
universal7885: sepolicy: typo
2022-03-22 18:44:10 +09:00
usb
universal7885: Restore power btn longpress function
2022-03-22 18:15:12 +09:00
vendor_detect
universal7885: CameraLightSensor: Merge codes to 2 files and fix bugs
2022-03-22 18:43:50 +09:00
Android.bp
universal7885: Inital port to A20/A20e
2022-03-22 18:08:09 +09:00
Android.mk
universa7885: commonize build fingerprint
2022-03-22 18:17:01 +09:00
BoardConfigCommon.mk
universal7885: Fixup merge errors
2022-03-22 18:35:49 +09:00
compatibility_matrix.xml
universal7885: Undeclare dsms HAL from compatibility matrix
2022-03-22 18:14:47 +09:00
extract-files.sh
universal7885: Inital port to A20/A20e
2022-03-22 18:08:09 +09:00
fingerprint.mk
universal7885: fingerprint: Update to raven SD1A.210817.036
2022-03-22 18:41:34 +09:00
manifest.xml
universal7885: Merge common thing and cleanup
2022-03-22 18:33:37 +09:00
manifest_nfc.xml
universal7885: Inital port to A20/A20e
2022-03-22 18:08:09 +09:00
product.prop
universal7885: CameraLightSensor: Fix some issues on cam
2022-03-22 18:38:55 +09:00
proprietary-files.txt
universal7885: Update proprietary files list to ours
2022-03-22 18:10:03 +09:00
setup-makefiles.sh
universal7885: Inital port to A20/A20e
2022-03-22 18:08:09 +09:00
universal7885-common.mk
universal7885: compile sgdisk
2022-03-22 18:39:26 +09:00
update-sha1sums.py
universal7885: Update proprietary files list to ours
2022-03-22 18:10:03 +09:00
vendor.prop
universal7885: vendor.prop: Fix duplicate prop
2022-03-22 18:37:19 +09:00
vendor_name
universal7885: Import debugging script
2022-03-22 18:18:36 +09:00
vendorsetup.sh
universal7885: add Samsungparts
2022-03-22 18:16:05 +09:00