diff options
| author | 2014-06-24 18:37:19 +0200 | |
|---|---|---|
| committer | 2014-06-24 18:37:19 +0200 | |
| commit | d1b67bcd4eb2927f23b214029ef4f334ef3549e3 (patch) | |
| tree | 10c1c44e33a4f86933c9671fac91f32d60089e89 | |
| parent | 6cb9e0f1f9b8b7902f3c451eb86db447af4a4ebf (diff) | |
Remove ZEN notification visibility setting
Bug: 15286335
Change-Id: I150b13c6c7272db596bee908822760f1fd82b7ed
| -rw-r--r-- | core/java/android/provider/Settings.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 9b6f0eae48c1..270775b8863b 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -4582,12 +4582,6 @@ public final class Settings { public static final String PAYMENT_SERVICE_SEARCH_URI = "payment_service_search_uri"; /** - * If enabled, intercepted notifications will be displayed (not suppressed) in zen mode. - * @hide - */ - public static final String DISPLAY_INTERCEPTED_NOTIFICATIONS = "display_intercepted_notifications"; - - /** * If enabled, apps should try to skip any introductory hints on first launch. This might * apply to users that are already familiar with the environment or temporary users, like * guests. |