Use RELEASE_OR_PREVIEW_DISPLAY to show android build version

Change-Id: I6746ce0f501756775a3e2f769a36b572845c1ab7
Test: n/a
Bug: 385863350
Flag: EXEMPT minor fix
This commit is contained in:
Dipankar Bhardwaj
2025-01-09 06:56:38 -08:00
parent d7e1504cfe
commit 09e4fd3b62

View File

@@ -459,7 +459,7 @@ public class StorageItemPreferenceController extends AbstractPreferenceControlle
if (mSystemPreference != null) {
mSystemPreference.setStorageSize(storageCache.systemSize, mTotalSize, animate);
mSystemPreference.setTitle(mContext.getString(R.string.storage_os_name,
Build.VERSION.RELEASE));
Build.VERSION.RELEASE_OR_PREVIEW_DISPLAY));
}
if (mTemporaryFilesPreference != null) {
mTemporaryFilesPreference.setStorageSize(storageCache.temporaryFilesSize, mTotalSize,