android_device_tecno_LG8n/overlay
Danny Lin cd55dfae6b X6833B: Don't pin camera app in memory
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
Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
2023-12-26 09:14:29 +07:00
..
CarrierConfigOverlay X6833B: overlay: Set LTE+ threshold bandwidth to 0 2023-12-26 09:14:29 +07:00
FrameworksResOverlay X6833B: Don't pin camera app in memory 2023-12-26 09:14:29 +07:00
SettingsResOverlay X6833B: Enable peak refresh rate toggle in Settings 2023-12-26 09:14:11 +07:00
TelephonyOverlay X6833B: Configure MediaTek IMS stack 2023-12-26 09:14:28 +07:00