Merge "Misc fixes for notification" into oc-dev
am: e3f322dfc7
Change-Id: I0847813623ad35b38eafc73a69f02d45208e8d32
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user