- Jul 10, 2024
-
-
Signed-off-by:
Hadad <hadad@linuxmail.org> Change-Id: I8fe0453caff6c18275541fa00a3bc9dbfc387f11
-
- Jul 06, 2024
-
-
Signed-off-by:
Hadad <hadad@linuxmail.org> Change-Id: I971373b5c57b8591b1bf676849cc511f8a425023 (cherry picked from commit d52231052828d4390d630681d651874ffb50388b)
-
- Mar 05, 2024
-
-
Change-Id: I42676c713b38097ec49b0ea032948628d5bca7bc
-
Change-Id: If17503f2dd4bd4d6e333891f9649a7db8d809852
-
* Activates some options on Settings>accessibility>vibration Change-Id: I61fa2fede6af2f7f8b7829eccd348d694a4e1a72
-
Support has landed in WebView, so time to turn it on in framework! Change-Id: I064cf3512928637895932b3405adaec74b1ceed2
-
- Nov 03, 2023
-
-
Dhina17 authored
Change-Id: I3de9c1629d60b6f978662387b1f2faa204ab1236
-
- Jun 26, 2023
-
-
Dhina17 authored
Change-Id: Id14497e455d07a185a2e934bb95f9959e8bdba7e
-
* screen.on -> screen.on.display0 * screen.full -> screen.full.display0 AOSP frameworks/base: 8ac63071a4e6da7e0740f5eb6c6753218efcfd3a Change-Id: Iad50e6cb63368e2d71e6fa1dbb6997c0f95d321e
-
Add power consumed by audio and video hardware to power profile. Attribute these power to specific app. Bug: 70531798 Test: PowerProfileTest Test: BatteryStatsHelperTest Test: PowerCalculatorTest Change-Id: I4811efa14ce97983258cd59bfd328181fe95baf4 Change-Id: Ifc1c7b5504dee11c568c7ccb5b2904acc7fb95f5
-
* Commit LineageOS/android_frameworks_base@3d422c3 renamed: cpu.idle -> cpu.suspend cpu.awake -> cpu.idle Change-Id: Id6b289bf01b117d98a6c334fd36619505e0653ec
-
Bug: 214499288 Change-Id: I4823afa45553b9484ad5215d081b0e6635c4b183 Test: Presubmit
-
Same values go to: - power profile xml for power calculation - vendor props for the A13 BT stack Change-Id: I04dbb8736a599c4798223f7e3e317b2fcc873ded
-
These have been migrated to sysprops in Android 13. Change-Id: I34c1f6b882a61df6db95523997002512354d875e
-
- Jun 15, 2023
-
-
Adapted from lavender. Change-Id: I17bfd42c0fce1f9671f85b096413e0920b8097ec
-
- Oct 23, 2022
-
-
Dhina17 authored
Change-Id: I1616a4026d78cb6bb9bb9803c07ca5076281db7a
- Jun 28, 2022
-
-
The pinner now asks the runtime for these files. Test: adb shell dumpsys pinner Bug: 144773394 Change-Id: I8de2a2935901cbd3eaa50ce2d8aa09f61080ba02 Merged-In: Ie633ea788dab3389a3407ec9a461b5837befca46
-
This change replaces the '/system/lib64/libsurfaceflinger.so' pin, as the file was removed in ag/12524602. The updated pin relies on go/aog/1552085, as system_service needs read access to SurfaceFlinger. Bug: 176197656 Test: adb shell dumpsys pinner (coral) - shows that /system/bin/surfaceflinger is successfully pinned adb logcat | grep PinnerService (coral) - no longer shows a file-not-found error in PinnerService Change-Id: Iae2a96c5fe4b1f5698d21de9970140321d11c460
-
- Sep 24, 2021
-
-
Dhina17 authored
- saves little bit RAM(~13MB). Test: Compare the following commands output before and after this patch. 1) adb shell dumpsys pinner 2) adb shell cat /proc/meminfo | grep Mlocked Change-Id: I2ba07bfa8432769eb6ef4dd9265be7bb1487bd12
-
Dhina17 authored
- From this change [0], To pin the camera app, We need to set boolean phenotype property (DeviceConfig) "pin_camera" or fallback system boolean property "pinner.pin_camera" to true [1] 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: [0] - https://github.com/LineageOS/android_frameworks_base/commit/599a834102153e1f241836ef999fbbbc30d40f4e [1] - https://github.com/LineageOS/android_frameworks_base/blob/b8404be70d59c2ba60436cbc36d76780eb38deaa/services/core/java/com/android/server/PinnerService.java#L103-L106 [2] - https://github.com/LineageOS/android_frameworks_base/blob/b8404be70d59c2ba60436cbc36d76780eb38deaa/services/core/java/com/android/server/PinnerService.java#L180-L182 Change-Id: Ia88de4775b3b60245e8eabce08b71c186e00d1c4
-
- Mar 06, 2021
-
-
* All except bnep and wigig are default, we don't even have wigig, and it has it's own overlay now anyway, and bnep has been dead forever Change-Id: I72708eae0a8f8f815f50e22efd794454b7467499
-
Create a config.xml to define static RROs for wifi modules. CRs-Fixed: 2769329 Change-Id: I62a454dbcb647c627ba5d2ec0de6b6989dc6b35f
-
These are replaced by formal mainline module overlays. Bug: 143464763 Test: Send for Wifi regression tests Change-Id: I45881ed210132252b9c5c7d6be03ed845e33f971
-
The framework was changed in Android R to require explicit authenticator registration. This change allows apps to continue to use the fingerprint sensor. Bug: 147445115 Test: Builds Change-Id: Id3385edc784b2053c8b54ec3153728f4e6e22a45
-
- Nov 17, 2020
-
-
Test: Presubmits Bug: 135753770 Change-Id: I98378100456dce927ccc253301a398d70d1b7368
-
Remove or update paths that don't exist. Bug: 119800099 Test: boots Change-Id: Ib2cea88499cf08274d620d9d85ffcafc31fee868
-
- Nov 13, 2020
-
-
Runtime Resource Overlays (RROs) can no longer change the value of resources in manifest when read during PackagerParser. This change uses component-override to enable the service by default. Remove usages of profile_supported_* from overlays as they no longer configure the enable state of Bluetooth components. Bug: 135048762 Test: adb shell pm query-services \ com.android.bluetooth/.sap.SapService Change-Id: I284d254a921b14d1533745611a083f4b5a27d9dc
-
Specify ImsService package name with <config_ims_mmtel_package> and <config_ims_rcs_package> Remove old Ims Config flag <config_ims_package> and <config_dynamic_bind_ims> that are no more used CRs-Fixed: 2610689 Change-Id: I5dbff41c6b219a1ff3ced9f7aa7db9a3ebc7f39f
-
- Aug 15, 2020
-
-
- add a new config and set as true for mcc/mnc which support call composer calls - allow implicit broadcast of new intent, which contains call composer information Change-Id: I5d042f88d57d54f3b7a944d9a2f49061cd0313d3 CRs-Fixed: 2672216
- Aug 14, 2020
-
-
Change-Id: I95aa2adae52df3a40bc4e7e51239a0aad7ca9672 CRs-Fixed: 2648743
-
Add carrier config to control default rtt mode int based on mcc mnc. Change-Id: I685d9a48a0fc87b8af0b3816bb2b2543abdf9bea CRs-Fixed: 2648219
-
- Jul 04, 2020
-
-
Dhina17 authored
Signed-off-by:
Dhina17 <dhinalogu@gmail.com> Change-Id: I49262e1e7f4bf4fd96b830255a3576ad27ba6db2
-
- Jun 22, 2020
-
-
Dhina17 authored
* default values Change-Id: Id81e13837c82e4db8f318f5e5cc95abaebdc5347
-
- May 26, 2020
-
-
Dhina17 authored
* tty_enabled is set to true by default (https://github.com/LineageOS/android_packages_services_Telecomm/commit/60a00ce2819656d591443e46c646f4e20ee43543#diff-bd9d8c589c70ab3ca43971f00101a614 ) * Don't allow emergency calls in call log Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
Dhina17 authored
Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
Set carrier config carrier supports multianchor conference to true for required mcc-mnc. Change-Id: I01cb8bc86a2a497816c68e956d21e39258a4cfca CRs-Fixed: 2612745 Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
Enable IMS feature flags for supported carriers Change-Id: Ib5dd349e02946f432ea4bff5cb89bb8dd4037bd2 CRs-Fixed: 2595292 Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-