From dc751f7cf08d0f7b7e973f9778a81614cc1cff7a Mon Sep 17 00:00:00 2001 From: Jaegeuk Kim Date: Thu, 9 Apr 2020 15:27:16 -0700 Subject: [PATCH] sdm710-common: Support adoptable storage encryption Change-Id: I8225ef0499192503deafa440644d7ee3c177079f Signed-off-by: rezaadi0105 --- vendor.prop | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vendor.prop b/vendor.prop index 64568c5..5101708 100644 --- a/vendor.prop +++ b/vendor.prop @@ -180,3 +180,7 @@ vendor.usb.use_ffs_mtp=0 # Zygote zygote.critical_window.minute=10 + +# Crypto +ro.crypto.volume.contents_mode=ice +ro.crypto.volume.filenames_mode=aes-256-cts \ No newline at end of file