diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index fbd6cbae47d92..20bc792d2c77b 100755
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -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
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml
index 7baaf494771b0..7587cc1338f4f 100644
--- a/packages/SettingsLib/res/values/strings.xml
+++ b/packages/SettingsLib/res/values/strings.xml
@@ -937,11 +937,6 @@
Displays on-screen warning when an app posts a notification without a valid channel
-
- Enforce shortcuts for conversation notifications
-
- Require notifications to be backed by a long-lived sharing shortcut in order to appear in the conversation section
-
Force allow apps on external
diff --git a/packages/SettingsProvider/test/src/android/provider/SettingsBackupTest.java b/packages/SettingsProvider/test/src/android/provider/SettingsBackupTest.java
index 0dd7fb80379d0..f5589d713bf72 100644
--- a/packages/SettingsProvider/test/src/android/provider/SettingsBackupTest.java
+++ b/packages/SettingsProvider/test/src/android/provider/SettingsBackupTest.java
@@ -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,