Merge "Misc fixes for notification" into oc-dev

am: e3f322dfc7

Change-Id: I0847813623ad35b38eafc73a69f02d45208e8d32
This commit is contained in:
Fan Zhang
2017-06-19 14:47:34 +00:00
committed by android-build-merger
3 changed files with 67 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ public class AppNotificationSettings extends NotificationSettingsBase {
.setLabel(mAppRow.label)
.setPackageName(mAppRow.pkg)
.setUid(mAppRow.uid)
.setButtonActions(AppHeaderController.ActionType.ACTION_APP_INFO,
.setButtonActions(AppHeaderController.ActionType.ACTION_NONE,
AppHeaderController.ActionType.ACTION_NOTIF_PREFERENCE)
.done(activity, getPrefContext());
pref.setKey(KEY_HEADER);