am 1aeea860
: Request fewer historical notifications.
* commit '1aeea8600fef9afdb2d1d7c0d10af3564cf3b9e5': Request fewer historical notifications.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user