Remove 'peekable' notification preference.
Bug: 22854014 Change-Id: I920185cd8c766436338d38a51663bd5480699f5d
This commit is contained in:
@@ -821,9 +821,6 @@ public class InstalledAppDetails extends AppInfoBase
|
||||
if (appRow.sensitive) {
|
||||
notifSummary.add(context.getString(R.string.notifications_sensitive));
|
||||
}
|
||||
if (!appRow.peekable) {
|
||||
notifSummary.add(context.getString(R.string.notifications_no_peeking));
|
||||
}
|
||||
switch (notifSummary.size()) {
|
||||
case 3:
|
||||
return context.getString(R.string.notifications_three_items,
|
||||
|
Reference in New Issue
Block a user