diff options
author | Martin Liu <liumartin@google.com> | 2022-03-31 09:42:10 -0300 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-05 22:04:15 +0530 |
commit | fe460a4024c4f83d53d8fe4a5abea5cd75992034 (patch) | |
tree | d2587f28ae9a4790bb67cb819b7d431d92ad4700 | |
parent | cdd5e4d1c3cd34f6a2d04e8c952901a37c55d83c (diff) |
veux: props: Enable new lmkd kill strategy
-rw-r--r-- | system.prop | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system.prop b/system.prop index f2911b7..e83b286 100644 --- a/system.prop +++ b/system.prop @@ -19,6 +19,9 @@ persist.dbg.volte_avail_ovr=1 persist.dbg.vt_avail_ovr=1 persist.dbg.wfc_avail_ovr=1 +# LMK +ro.config.low_ram=false + # Media media.aac_51_output_enabled=true media.stagefright.enable-aac=true |