diff options
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/service/notification/StatusBarNotification.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/service/notification/StatusBarNotification.java b/core/java/android/service/notification/StatusBarNotification.java index 5ed6d38..e8cc24b 100644 --- a/core/java/android/service/notification/StatusBarNotification.java +++ b/core/java/android/service/notification/StatusBarNotification.java @@ -186,7 +186,7 @@ public class StatusBarNotification implements Parcelable { } /** The package of the app that posted the notification. */ - public String getPkg() { + public String getPackageName() { return pkg; } |
