Merge "Remove ZEN notification visibility setting"
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index e76d70f..01e1f8a 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -4582,12 +4582,6 @@
         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.
          * <p>