Skip to content

Commit

Permalink
add LM-Q720 support
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Aug 22, 2019
1 parent dcdc744 commit 2bc0ecd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ private enum Stage {
"H8324",
"HTC 2Q55100",
"JKM-LX3",
"LM-Q720",
"LYA-L29",
"Mi A2",
"Mi A2 Lite",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,8 @@ private static class DeviceInfo {
new DeviceInfo(R.string.device_revvl_2, 2, 3, false, false, R.string.os_stock))
.put("41BF0A26BB3AFDCCCC40F7B685083522EB5BF1C492F0EC4847F351265313CB07",
new DeviceInfo(R.string.device_oppo_cph1903, 2, 3, true, false, R.string.os_stock))
.put("D20078F2AF2A7D3ECA3064018CB8BD47FBCA6EE61ABB41BA909D3C529CB802F4",
new DeviceInfo(R.string.device_lm_q720, 3, 4, false /* uses new API */, false, R.string.os_stock))
.build();

private static final ImmutableMap<String, DeviceInfo> fingerprintsStrongBoxCustomOS = ImmutableMap
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
<string name="device_vivo_1807">Vivo 1807</string>
<string name="device_revvl_2">T-Mobile REVVL 2</string>
<string name="device_oppo_cph1903">Oppo A7 (CPH1903)</string>
<string name="device_lm_q720">LG Style 5 (Q720)</string>

<string name="os_stock">Stock</string>
<string name="os_graphene">GrapheneOS</string>
Expand Down

0 comments on commit 2bc0ecd

Please sign in to comment.