diff options
author | johnmart19 <johnivan19999@gmail.com> | 2022-03-19 11:09:37 -0300 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-05 22:04:15 +0530 |
commit | 4cc7cef80a9be08e03acf385c90d3024da1ece76 (patch) | |
tree | 65e092115232e176ead6e900ac61cd426618651d | |
parent | d08b8b74c884eff212bb91594bbebe64f8f4dabd (diff) |
veux: props: Switch to AutoSingleLayer Android 13 Setting
- According to https://source.android.com/docs/core/graphics/unsignaled-buffer-latch
-rw-r--r-- | system.prop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system.prop b/system.prop index 1bc9e60..f2911b7 100644 --- a/system.prop +++ b/system.prop @@ -48,5 +48,5 @@ ril.subscription.types=NV,RUIM persist.vendor.sensors.enable.mag_filter=true # WiFi Display -debug.sf.latch_unsignaled=1 +debug.sf.auto_latch_unsignaled=true persist.debug.wfd.enable=1 |