Merge "Use RELEASE_OR_PREVIEW_DISPLAY to show android build version" into main

This commit is contained in:
Dipankar Bhardwaj
2025-01-15 02:29:59 -08:00
committed by Android (Google) Code Review

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,