- 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>
-
Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
* Preatty much all of them support volte Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
Add MultiSimSettingController class name to telephony_injection to be able to creat proprietary extended instance. Change-Id: Ie371001330a34eadab8b46fb2173e9a4f245b1a6 CRs-Fixed: 2475440 Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
Add qti-telephony-common.jar product path to inject xml Change-Id: I0c9bb7c827589236c1231fec0cb2621c2a0e3032 CRs-Fixed: 2438412 Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
Add telephony_injection file and required jar path, components. Change-Id: Ia2e0d327c1eaed17cb229f1cfca62c6bda85d49b CRs-Fixed: 2407245
-
Dhina17 authored
TAG - LA.UM.8.6.r1-02900-89xx.0 Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
testGetAllNetworkInfo CTS test fails for instant mode due to no ethernet type network attribute support and selinux denial to find ETHERNET_SERVICE. Add ethernet type network in network attributes overlay. Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
Added a device specific overlay that changes the default name from "AndroidAp" to "Redmi 7" Test: Builds, manually verified name change Bug: 36368950 Change-Id: I38a5f6fb950d6a45342080bae186a8ed276d94bf Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
Change-Id: I13b087d186b8509bf35130835b89812fee7abc05 Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
Change-Id: I9cbf3f0530af66a4b6206731210f212b67974a28 Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
Dhina17 authored
- It is for fixing the breakage of status bar contents due to the presence of rounded corners Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
Dhina17 authored
Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-