diff options
-rwxr-xr-x | system.prop | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system.prop b/system.prop index 56b4851..993b86a 100755 --- a/system.prop +++ b/system.prop @@ -182,5 +182,8 @@ camera.lowpower.record.enable=1 #Expose aux camera for below packages camera.aux.packagelist=org.codeaurora.snapcam +#disable UBWC for camera +persist.camera.preview.ubwc=0 + # Create zram disk ro.config.zram=true |