Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5488817d authored by Dipankar Bhardwaj's avatar Dipankar Bhardwaj Committed by Android (Google) Code Review
Browse files

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

parents a9e0e9ac 09e4fd3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,