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

Commit 35afeb8c authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Use IEC units in app info data usage." am: 1668f18a am: d9d46301 am: b04872c3

Change-Id: I4fea31a06be212c397099a313e9159740b4406a8
parents 63058f1d b04872c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ public class AppDataUsagePreferenceController extends AppInfoPreferenceControlle
                return mContext.getString(R.string.no_data_usage);
            }
            return mContext.getString(R.string.data_summary_format,
                    Formatter.formatFileSize(mContext, totalBytes),
                    Formatter.formatFileSize(mContext, totalBytes, Formatter.FLAG_IEC_UNITS),
                    DateUtils.formatDateTime(mContext, startTime,
                            DateUtils.FORMAT_SHOW_DATE | DateUtils.FORMAT_ABBREV_MONTH));
        }