diff options
| author | Bruno Martins <bgcngm@gmail.com> | 2018-06-10 20:06:24 +0100 |
|---|---|---|
| committer | Ali B <abittin@gmail.com> | 2018-06-17 19:22:34 +0300 |
| commit | cd5c3d5dd59d936b2b33a0ac8eb82dc39876eb3f (patch) | |
| tree | 96f4624fb6eb2ca6d5072258b271f1c1cab14fc2 | |
| parent | ab18f269145db20f90189d199d48b5358c6a254a (diff) | |
flo: Inform Trust about legacy encryption support
* Encryption causes noticeable performances loss, because HW crypto
is not suported.
Change-Id: I4336c0cd050584020780d8ff97f454e40c7e6125
| -rw-r--r-- | overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml b/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml index 8dd6df6..f7bdaea 100644 --- a/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml +++ b/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml @@ -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> |
