flo: Inform Trust about legacy encryption support

* Encryption causes noticeable performances loss, because HW crypto
   is not suported.

Change-Id: I4336c0cd050584020780d8ff97f454e40c7e6125
This commit is contained in:
Bruno Martins 2018-06-10 20:06:24 +01:00 committed by Artem Borisov
parent b063b47387
commit e0682babb3
1 changed files with 4 additions and 0 deletions

View File

@ -59,4 +59,8 @@
For example, a device with Home, Back and Menu keys would set this
config to 7. -->
<integer name="config_deviceHardwareWakeKeys">64</integer>
<!-- Indicate whether encryption causes significant performances loss.
This MUST NOT be set to true on devices produced in 2016 or later -->
<bool name="config_trustLegacyEncryption">true</bool>
</resources>