Merge "[Notif] Rename/reset blocking helper stats file" into pi-dev

This commit is contained in:
Rohan Shah
2018-05-09 15:33:04 +00:00
committed by Android (Google) Code Review

View File

@@ -265,7 +265,7 @@ public class Assistant extends NotificationAssistantService {
mFile = new AtomicFile(new File(new File(
Environment.getDataUserCePackageDirectory(
StorageManager.UUID_PRIVATE_INTERNAL, getUserId(), getPackageName()),
"assistant"), "block_stats.xml"));
"assistant"), "blocking_helper_stats.xml"));
loadFile();
for (StatusBarNotification sbn : getActiveNotifications()) {
onNotificationPosted(sbn);