- Apr 01, 2022
-
-
Danny Lin authored
The default camera app can be *huge* in some cases, e.g. when the app in question is Google Camera. The system will only pin up to the first 80 MiB of the APK file, as well as the first 80 MiB of its odex. There are several problems with this: - We could easily end up with 160 MiB of camera app files pinned, which is a tall order with the 8 GiB of usable RAM that we have - The data that gets pinned may not even be the most critical data for launching the camera Let's disable pinning of the camera app to save RAM. Change-Id: I745e39b6ff212dfaf9213517d2a2be8ff7384e24
-
Arian authored
Change-Id: I69b906fbc0ae18c4d5832fc642beaae38ff6d392
-
Arian authored
Change-Id: I0ab13fb86b352680439198058b615f29f76f0165
-
Murat Kozan authored
* Activates some options on Settings>accessibility>vibration Change-Id: I00e20f0d607736c04d5c2a0bd9c513c7f5fd8b41
-
Gil authored
Enable Adaptive color mode setting. Bug: 143513730 Test: Boot test and measure the adaptive color value Change-Id: I969ec6c3cb1d092a33c0e3a028ff38ad7115dfe2
-
Arian authored
This fixes deep sleep on AOD. The values are from stock, note that xiaomi did not use RRO for these values, hence the values are changed in framework-res.apk directly. Change-Id: I9c4ea935e7a7df4bd85e1884f91ab25805fe8959
-
Chirayu Desai authored
Change-Id: Ia57acd244608848f70fdcc30d5694c919db60671
-
Arian authored
Change-Id: I274cd7c5e5e47b2e86dbc733b37960e1a5993e7a
-
Erfan Abdi authored
-
Erfan Abdi authored
- Sep 20, 2021
-
-
Cosmin Tanislav authored
-
- Sep 09, 2021
-
-
Cosmin Tanislav authored
-
- Sep 04, 2021
-
-
Cosmin Tanislav authored
-
Cosmin Tanislav authored
-
Cosmin Tanislav authored
-
Cosmin Tanislav authored
-
- Dec 04, 2020
-
-
Weilun Du authored
Tethering package is APEX and we need to create a RRO to overwrite the values for config_tether_wifi_regexs and config_tether_wifi_p2p_regexs. BUG: 163800715 Signed-off-by:
Weilun Du <wdu@google.com> Change-Id: Ia0834f5215ff8c3b13effa591bd2f84d93419a06
-
Ryan Mitchell authored
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 on sunfish devices. Remove usages of profile_supported_* from overlays as they no longer configure the enable state of Bluetooth componenets. Bug: 135048762 Test: adb shell pm query-services \ com.android.bluetooth/.a2dpsink.A2dpSinkService adb shell pm query-services \ com.android.bluetooth/.avrcp.AvrcpTargetService adb shell pm query-services \ com.android.bluetooth/.avrcpcontroller.AvrcpControllerService adb shell pm query-services \ com.android.bluetooth/.ba.BATService adb shell pm query-services \ com.android.bluetooth/.hfpclient.HeadsetClientService adb shell pm query-services \ com.android.bluetooth/.hid.HidDeviceService adb shell pm query-services \ com.android.bluetooth/.sap.SapService Change-Id: If41df9fdefbcd952f8387451dc137565343e3d75
-
Volodymyr Zhdanov authored
-
Bruno Martins authored
Change-Id: If96bb13d6cc2c2156d8df111a1037247c96c6e0f
-
Nicolas Geoffray authored
Remove or update paths that don't exist. Bug: 119800099 Test: boots Change-Id: Idd0066e2ab737c9edcf9a745a19aca7421f62575
-
Jeongik Cha authored
The app is moving to /product Test: m Test: check if it can boot Bug: 137908189 Change-Id: Ifd73ba03884543e33d61c74d933ad8171dd3b259
-
Martin Stjernholm authored
Test: Presubmits Bug: 135753770 Change-Id: If522ab29b6c4e9aab91f5ba41e10947799315f33
-
Rick Yiu authored
Bug: 130103428 Test: verified with dumpsys pinner Change-Id: I8ffe5eee1d40a5ac6be2112621ccda4b4dd5be1a
-
Volodymyr Zhdanov authored
This reverts commit 51e488c63c0e15aac8deb4ac3892ee0ca5b2bffc.
-
inthewaves authored
-
Fiona Campbell authored
Test: manual testing - ensure that the brightness value in Settings>Display>Brightness Level can go the full range from 0% to 100%. [wight554: adapted for our value] Change-Id: Ife1f2796bb3b8ec5f508903afd30a31556b49cbe Signed-off-by:
Volodymyr Zhdanov <wight554@gmail.com>
-
Brad Ebinger authored
Bug: 147569830 Test: atest TeleServiceTests:PhoneGlobalsTest Change-Id: I57d80bbf17fafdc87ba04c6e7f7ab9573482e395
-
Brad Ebinger authored
Remove the old config_ims_package device config and configure the new MMTEL and RCS configurations in Telephony instead. Also, configure the RcsService to be the default RCS service. Bug: 111305845 Test: make checkbuild Change-Id: I0d709b8248f1c40f0a5b50ec799396706eeadd65
-
- Dec 02, 2020
-
-
maxwen authored
* Now expected as an array in Settings package Change-Id: I92a56abb0fc1379e4482d1889d04d8db6a14ea2b
-
dianlujitao authored
* This is only available on Nexus/Pixel devices, and we have our own implementation in livedisplay. Change-Id: I8343e4986d7dd8413bd8d36dfad0309a4c08026e
-
- Aug 18, 2020
-
-
Demon000 authored
-
- Aug 13, 2020