Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d19e319 authored by Julia Reynolds's avatar Julia Reynolds Committed by Automerger Merge Worker
Browse files

Merge "Remove unused development setting" into rvc-dev am: 74b8acae

Change-Id: Ic3ff511cadec22ed9426548972515fbf02012793
parents 40552395 74b8acae
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -13829,16 +13829,6 @@ public final class Settings {
        public static final String SHOW_NOTIFICATION_CHANNEL_WARNINGS =
                "show_notification_channel_warnings";
        /**
         * When enabled, requires all notifications in the conversation section to be backed
         * by a long-lived sharing shortcut
         *
         * The value 1 - require a shortcut, 0 - do not require a shortcut
         * @hide
         */
        public static final String REQUIRE_SHORTCUTS_FOR_CONVERSATIONS =
                "require_shortcuts_for_conversations";
        /**
         * Whether cell is enabled/disabled
         * @hide
+0 −5
Original line number Diff line number Diff line
@@ -937,11 +937,6 @@
    <!-- UI debug setting: show missing channel toasts summary [CHAR LIMIT=50] -->
    <string name="show_notification_channel_warnings_summary">Displays on-screen warning when an app posts a notification without a valid channel</string>

    <!-- UI debug setting: enforce shortcut requirements for conversation space [CHAR LIMIT=25] -->
    <string name="enforce_shortcuts_for_conversations">Enforce shortcuts for conversation notifications</string>
    <!-- UI debug setting: enforce shortcut requirements for conversation space summary [CHAR LIMIT=50] -->
    <string name="enforce_shortcuts_for_conversations_summary">Require notifications to be backed by a long-lived sharing shortcut in order to appear in the conversation section</string>

    <!-- UI debug setting: force allow apps on external storage [CHAR LIMIT=50] -->
    <string name="force_allow_on_external">Force allow apps on external</string>
    <!-- UI debug setting: force allow on external summary [CHAR LIMIT=150] -->
+0 −1
Original line number Diff line number Diff line
@@ -420,7 +420,6 @@ public class SettingsBackupTest {
                    Settings.Global.RECOMMENDED_NETWORK_EVALUATOR_CACHE_EXPIRY_MS,
                    Settings.Global.READ_EXTERNAL_STORAGE_ENFORCED_DEFAULT,
                    Settings.Global.REQUIRE_PASSWORD_TO_DECRYPT,
                    Settings.Global.REQUIRE_SHORTCUTS_FOR_CONVERSATIONS,
                    Settings.Global.SAFE_BOOT_DISALLOWED,
                    Settings.Global.SELINUX_STATUS,
                    Settings.Global.SELINUX_UPDATE_CONTENT_URL,