diff options
| author | Andreas Huber <andih@google.com> | 2018-01-23 15:44:08 -0800 |
|---|---|---|
| committer | Andreas Huber <andih@google.com> | 2018-01-23 15:44:08 -0800 |
| commit | cfc76520c41febae677e7cebe72e5a6e134506a2 (patch) | |
| tree | 73515fa3ac1c63944b25df15ce2bee26909a3399 /system.prop | |
| parent | b32b3ed2328cf524ea6d37cd1358c926226e88b1 (diff) | |
This device currently advertises the wrong shipping SDK version "O".
Until that is fixed we need a special property we can check to opt-in to
the new storage location for fingerprint data.
Bug: 36997597
Test: manual
Change-Id: I21d0a681118835a78d94e71b46f741cac9c2afc2
Diffstat (limited to 'system.prop')
| -rw-r--r-- | system.prop | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system.prop b/system.prop index ce86f41..45e8b9e 100644 --- a/system.prop +++ b/system.prop @@ -53,6 +53,10 @@ persist.fuse_sdcard=true # settings to enable Device Orientation Sensors ro.qti.sensors.dev_ori=true +# temporary override to store fingerprint data in /data/vendor_de/... +# until shipping-sdk-version is fixed. +ro.treble.supports_vendor_data=true + # settings to disable sensors not needed # all secondary wakeup ro.qti.sensors.wu=false |
