Misc fixes for notification
- Tweak alignment for footer preference icon and text - Hide app info button from app notification settings header Merged-In: I10803e78fe4f30c2d84ec795c343ed660aab7762 Change-Id: Ia95fc30025c042635ad6467c7fde51991b0c47d9 Fix: 62138362 Fix: 62708686 Test: visual and runtest --path AppNotificationSettingsTest.java
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