am 1aeea860: Request fewer historical notifications.

* commit '1aeea8600fef9afdb2d1d7c0d10af3564cf3b9e5':
  Request fewer historical notifications.
This commit is contained in:
Daniel Sandler
2013-02-28 22:38:12 +00:00
committed by Android Git Automerger

View File

@@ -163,7 +163,7 @@ public class NotificationStation extends SettingsPreferenceFragment {
final int currentUserId = ActivityManager.getCurrentUser();
try {
StatusBarNotification[] nions = mNoMan.getHistoricalNotifications(
mContext.getPackageName(), 100);
mContext.getPackageName(), 50);
List<HistoricalNotificationInfo> list
= new ArrayList<HistoricalNotificationInfo>(nions.length);