Skip to content

Commit

Permalink
Mi 9 uses file-based encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Jun 13, 2019
1 parent 6ccf23e commit 70295d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ private static class DeviceInfo {
.put("6FA710B639848C9D47378937A1AFB1B6A52DDA738BEB6657E2AE70A15B40541A",
new DeviceInfo(R.string.device_xiaomi_mi_a2_lite, 2, 3, true, false, R.string.os_stock))
.put("84BC8445A29B5444A2D1629C9774C8626DAFF3574D865EC5067A78FAEC96B013",
new DeviceInfo(R.string.device_xiaomi_mi_9, 3, 4, false /* uses new API */, false, R.string.os_stock))
new DeviceInfo(R.string.device_xiaomi_mi_9, 3, 4, false /* uses new API */, true, R.string.os_stock))
.put("1CC39488D2F85DEE0A8E0903CDC4124CFDF2BE2531ED6060B678057ED2CB89B4",
new DeviceInfo(R.string.device_htc, 2, 3, true, false, R.string.os_stock))
.put("80BAB060807CFFA45D4747DF1AD706FEE3AE3F645F80CF14871DDBE27E14C30B",
Expand Down

0 comments on commit 70295d9

Please sign in to comment.