Revert "Settings: Use display version for, well, displayed version"

This reverts commit f4219c025d0ebc4564255ce62842e316a0a78fc5.

Change-Id: I7fb4d7b60fd5cab14d24e17d7f4b508bffad6e5c
This commit is contained in:
Michael Bestas 2024-12-26 02:32:01 +02:00
parent 0e4260f625
commit dc1856d7b1
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2022 The LineageOS Project
* Copyright (C) 2019-2024 The LineageOS Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -41,7 +41,7 @@ public class LineageVersionDetailPreferenceController extends BasePreferenceCont
private static final int DELAY_TIMER_MILLIS = 500;
private static final int ACTIVITY_TRIGGER_COUNT = 3;
private static final String KEY_LINEAGE_VERSION_PROP = "ro.lineage.display.version";
private static final String KEY_LINEAGE_VERSION_PROP = "ro.lineage.version";
private static final String PLATLOGO_PACKAGE_NAME = "org.lineageos.lineageparts";
private static final String PLATLOGO_ACTIVITY_CLASS =