diff options
| author | Daniel Sandler <dsandler@android.com> | 2013-04-25 21:03:54 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-04-25 21:03:55 +0000 |
| commit | 027f84c310158edfc94d94ab0ef0480843d49d3b (patch) | |
| tree | ad5fdc12f78974bf93c500e79c6ac5499c6e843c /core/java | |
| parent | a7b6cbf1a3fe91bdbb01edd9a656a62c40c302fd (diff) | |
| parent | 4f91efdf421e354ee2033ed640e4150cf0cef21b (diff) | |
Merge "API: getPkg() -> getPackageName()" into jb-mr2-dev
Diffstat (limited to 'core/java')
| -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 5ed6d382bf62..e8cc24b9933b 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; } |
