commit | 62a3acb145acac08165342f182710007b716b7dc | [log] [tgz] |
---|---|---|
author | Dhina17 <dhinalogu@gmail.com> | Mon Sep 20 03:59:38 2021 +0530 |
committer | SamarV-121 <samarvispute121@pm.me> | Tue Feb 01 14:35:40 2022 +0530 |
tree | 4914d43e7d4d5c0fe9a6a7ff7a62b40b5affe1a3 | |
parent | 7eb5867abec066a2efd4d0e388bed135b0b6356e [diff] |
universal7904: overlay: Drop useless config_pinnerCameraApp - From this change [0], To pin the camera app, We need to set boolean phenotype property (DeviceConfig) "pin_camera" or fallback system even if the config_pinnerCameraApp config value set to true [2]. - Anyways, I don't pin the camera app since our device has low RAM. Reference: - https://github.com/LineageOS/android_frameworks_base/commit/599a834102153e1f241836ef999fbbbc30d40f4e - https://github.com/LineageOS/android_frameworks_base/blob/b8404be70d59c2ba60436cbc36d76780eb38deaa/services/core/java/com/android/server/PinnerService.java#L103-L106 - https://github.com/LineageOS/android_frameworks_base/blob/b8404be70d59c2ba60436cbc36d76780eb38deaa/services/core/java/com/android/server/PinnerService.java#L180-L182 Change-Id: Ia88de4775b3b60245e8eabce08b71c186e00d1c4 Signed-off-by: SamarV-121 <samarvispute121@pm.me>