| Commit message (Collapse) | Author |
|
Change-Id: I971373b5c57b8591b1bf676849cc511f8a425023
(cherry picked from commit d52231052828d4390d630681d651874ffb50388b)
|
|
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 4 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
Signed-off-by: Nanhumly <admin@warbler.cc>
|
|
It's now enabled by default
Change-Id: I57f059c872fc2ad2fd15e788b1391eeebaff9bde
|
|
Bug: 214499288
Change-Id: I4823afa45553b9484ad5215d081b0e6635c4b183
Test: Presubmit
|
|
These have been migrated to sysprops in Android 13.
Change-Id: I34c1f6b882a61df6db95523997002512354d875e
|
|
Change-Id: I464ab099877cd215ad04bd7408134f85c6ee9b88
|
|
Change-Id: Iaf31b2c75ce9c584beec6fe2eeee05d95acb5966
|
|
* Won't be implemented this cycle (or ever again hopefully).
Change-Id: Ie2a346319dfe814deaf9833cb31640505cc6b7dc
|
|
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
|
|
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
|
|
Change-Id: I258bd73542da9b1a67246c75c1edb705989d0ea7
|
|
For graphics performance reasons
Bug: 122347746
Test: visual; swipe up on overview
Change-Id: Iadc765aa72e2777f5307659a6138e9dcef1a9659
|
|
BUG: 163800715
Signed-off-by: Weilun Du <wdu@google.com>
Change-Id: Ia0834f5215ff8c3b13effa591bd2f84d93419a06
|
|
These are replaced by formal mainline module overlays.
Bug: 143464763
Test: Send for Wifi regression tests
Change-Id: I45881ed210132252b9c5c7d6be03ed845e33f971
|
|
Bug: 147569830
Test: atest TeleServiceTests:PhoneGlobalsTest
Change-Id: I57d80bbf17fafdc87ba04c6e7f7ab9573482e395
|
|
MMTEL/RCS
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
|
|
Change-Id: I93c1a4b73ca1f03ca0fcf9cbe4ce1b057a739ca6
|
|
Test: Presubmits
Bug: 135753770
Change-Id: I98378100456dce927ccc253301a398d70d1b7368
|
|
Remove or update paths that don't exist.
Bug: 119800099
Test: boots
Change-Id: Ib2cea88499cf08274d620d9d85ffcafc31fee868
|
|
Change-Id: If96bb13d6cc2c2156d8df111a1037247c96c6e0f
|
|
Change-Id: If3bfc662fa5c2801f09239342fe166b278b5185f
|
|
Bug: 119800099
Test: adb shell dumpsys pinner
Change-Id: I44596d11f7444551a9898373a068556d49a1a4e6
|
|
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/.avrcpcontroller.AvrcpControllerService
adb shell pm query-services \
com.android.bluetooth/.hfpclient.HeadsetClientService
adb shell pm query-services \
com.android.bluetooth/.sap.SapService
Change-Id: I284d254a921b14d1533745611a083f4b5a27d9dc
|
|
Change-Id: Icfea72a1b26ed1355bbea90854d6a1bbe50471d3
|
|
* Made redundant by enabling config_tether_upstream_automatic
in vendor/lineage
Change-Id: Idd22b0616ae1c8732139085c03f19e6c21c75feb
|
|
Test: adb shell dumpsys pinner
Bug: 119868597
Change-Id: I83c709accb32d0f2c341179dbc5dcd6d7ec75d8a
|
|
Test: adb shell dumpsys pinner after boot
Bug: 111132016
Bug: 78585335
Change-Id: I4ed0587ae5348bbe03ad9ac5f1c5b1726dbb8246
|
|
Change-Id: Ib1d1da843265a3cf646864bb25bc6f22e91a8f5e
|
|
* Needed by telephony-common
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
Change-Id: I7fe38ac84b7225adac7164f407da5eae206d5382
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
New name is config_dozeAfterScreenOffByDefault
Bug: 73178121
Change-Id: Icf2123d45b2b4727092103632d1bd6f024161c8a
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
Change-Id: Ifab7102b3de2bd85c81efd7fa8df07c2f067dfa9
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
Change-Id: I5713779d228d4c18e7d73d06e4558d55cf45a845
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
The files in arm/arm64 are symlinks and pinning symlinks is not
supported. Pin the target vdex file intead.
Bug: 73990433
Test: manual
Change-Id: I313e1f53487c0a21b615f65dc64c21a1ecb4b7d5
|
|
* Remove QC location and other unused GPS blobs
* Ship with the same premium features enabled in stock builds
Change-Id: I2e76e45160f028464eca34bb78da028f7d8dba8c
|
|
This reverts commit 721efe84983373dbed1431cb618abe5fc959685a.
|
|
* This overlay does not exist since we are no longer
based on CAF.
Change-Id: Ibbc522f9ab1597d7e039eb7458cf4bb3924b7176
|
|
* send_mic_mute_to_AudioManager hasn't been doing anything
since Android 4.4, therefore there's no reason to keep it.
Change-Id: I74ed33265fccd59def5c2f9e67a9e8a28ce4dbc9
|
|
* In O, the default setting for mobile data always active was
changed from off to on, meaning that when non-WiFi tethering
is being attempted, more than one connection can be active
* Since the first active connection type in this overlay is used,
reorder the values to get WiFi connections first, and then
any type of mobile data connection, instead of vice versa
Change-Id: I41f31ba1a2793e209ff439c9ba28a390fecdeecb
|
|
It's a duplicate of zuk-devs/android_device_zuk_msm8996-common@33e02b4ce9d0ef656178936401a9bd5ab4867ef6
Thanks to @kenny3fcb
This reverts commit f2514a32bf80f5b15f3eaafeae0ede39169bbfe4.
|
|
Change-Id: Ibbc99c39adcccbbb096d5d6c933beaf60397d76b
|
|
* This reverts commit 15ba04fc59087ed297e0506eaa35d8e1d0f2e557
with a higher value.
|
|
and config_lowMemoryKillerMinFreeKbytesAbsolute.
|
|
As part of Wigig support for soft AP, allow tethering of wigig0 interface.
CRs-Fixed: 1016736
Change-Id: I7cb753df1387693fca98f2094eca387c1735fb0c
|
|
|
|
|
|
Change-Id: I63907c20ae174865b28d524c13e6b5d8726e5bec
|
|
Change-Id: Ic38bb1acb4d37f90b62679e4420815f49b30fc7f
|
|
* All these configs are now being set under vendor/lineage
Change-Id: I965cf216d4234030905d3bc7e0a35d4e02f0493a
|