Skip to content

Commit

Permalink
Settings: firmwareversion: Fixup get device name
Browse files Browse the repository at this point in the history
Change-Id: Ic2f8bc2b7e3204c26ebe435b3261ec16731542ae
Signed-off-by: xyzuniverse <dev.xyzuniverse@gmail.com>
  • Loading branch information
xyzuniverse committed Oct 14, 2024
1 parent b2b7cb7 commit 5993840
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class HorizonVersionDetailPreferenceController extends BasePreferenceCont

private static final String KEY_HORIZON_BUILD_VERSION_PROP = "org.horizon.build_version";
private static final String KEY_HORIZON_CODENAME_VERSION_PROP = "org.horizon.codename";
private static final String KEY_HORIZON_DEVICE_PROP = "org.horizon.device";
private static final String KEY_HORIZON_DEVICE_PROP = "ro.product.device";
private static final String KEY_HORIZON_RELEASE_TYPE_PROP = "org.horizon.build_type";
private static final String KEY_HORIZON_RELEASE_VERSION_PROP = "org.horizon.version.display";

Expand Down

0 comments on commit 5993840

Please sign in to comment.