Send attributionTag to notification APIs
Test: TH Bug: 136595429 Change-Id: I4a5bb43a4aa5bfd88646771a0d1a2394d40e82e2
This commit is contained in:
@@ -397,9 +397,9 @@ public class NotificationBackend {
|
||||
return false;
|
||||
}
|
||||
|
||||
public NotificationHistory getNotificationHistory(String pkg) {
|
||||
public NotificationHistory getNotificationHistory(String pkg, String attributionTag) {
|
||||
try {
|
||||
return sINM.getNotificationHistory(pkg);
|
||||
return sINM.getNotificationHistory(pkg, attributionTag);
|
||||
} catch (Exception e) {
|
||||
Log.w(TAG, "Error calling NoMan", e);
|
||||
}
|
||||
|
Reference in New Issue
Block a user