OSDN Git Service

[Notif] Disable "Customize" for blocking helper
authorRohan Shah <shahrk@google.com>
Fri, 30 Mar 2018 17:14:22 +0000 (10:14 -0700)
committerRohan Shah <shahrk@google.com>
Fri, 30 Mar 2018 17:48:17 +0000 (10:48 -0700)
commit3cfc950708fe22ded741da9e99ac0b86a0de763c
treed7c721f14f361741bbfdbbc55a76aa7efc9fc82a
parent1a6051a81d5a8f9ca8ea08b11abf325b94082a7c
[Notif] Disable "Customize" for blocking helper

Update UI to hide customize when blocking helper is showing. Fixed a
small problem with context.getString too where it was unnecessarily
passing in a format string argument.

Test: Visually
Test: Ran atest NotifInfoTest with new test case
Fixes: 77321231
Change-Id: Ia03ea7badc7aa7ccd7b3a0e235cce2363ace9953
packages/SystemUI/src/com/android/systemui/statusbar/NotificationInfo.java
packages/SystemUI/tests/src/com/android/systemui/statusbar/NotificationInfoTest.java