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();
|
final int currentUserId = ActivityManager.getCurrentUser();
|
||||||
try {
|
try {
|
||||||
StatusBarNotification[] nions = mNoMan.getHistoricalNotifications(
|
StatusBarNotification[] nions = mNoMan.getHistoricalNotifications(
|
||||||
mContext.getPackageName(), 100);
|
mContext.getPackageName(), 50);
|
||||||
List<HistoricalNotificationInfo> list
|
List<HistoricalNotificationInfo> list
|
||||||
= new ArrayList<HistoricalNotificationInfo>(nions.length);
|
= new ArrayList<HistoricalNotificationInfo>(nions.length);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user