Merge "Use RELEASE_OR_PREVIEW_DISPLAY to show android build version" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
5488817d0a
@@ -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,
|
||||
|
Reference in New Issue
Block a user