summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorChristoph Studer <chstuder@google.com>2014-07-30 19:33:57 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-07-24 15:35:58 +0000
commit4579fd2d0c23f92546633e472439f9207acb3ae0 (patch)
tree3b92d67937fcff50f3a7552fa8886c415d6cab05 /packages
parent078646c57b2b90d5cf1dfa2f45183e39a814bce8 (diff)
parent4600f9b60753adab4e65258a05744a46938fce86 (diff)
downloadframeworks_base-4579fd2d0c23f92546633e472439f9207acb3ae0.zip
frameworks_base-4579fd2d0c23f92546633e472439f9207acb3ae0.tar.gz
frameworks_base-4579fd2d0c23f92546633e472439f9207acb3ae0.tar.bz2
Merge "Strip RemoteViews from Notifications, re-create them in SysUI" into lmp-dev
Diffstat (limited to 'packages')
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java b/packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java
index 87b1f8e..f8cdd40 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java
@@ -462,7 +462,7 @@ public abstract class BaseStatusBar extends SystemUI implements
// Set up the initial notification state.
try {
- mNotificationListener.registerAsSystemService(
+ mNotificationListener.registerAsSystemService(mContext,
new ComponentName(mContext.getPackageName(), getClass().getCanonicalName()),
UserHandle.USER_ALL);
} catch (RemoteException e) {