diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index fccb8a7851668..3c9b1f81da8ad 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -1563,15 +1563,6 @@ public class Intent implements Parcelable, Cloneable { @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) public static final String ACTION_POWER_USAGE_SUMMARY = "android.intent.action.POWER_USAGE_SUMMARY"; - /** - * Activity Action: Show one-handed mode settings to the user. - *
Input: Nothing. - *
Output: Nothing.
- * @hide
- */
- public static final String ACTION_ONE_HANDED_SETTINGS =
- "android.intent.action.ONE_HANDED_SETTINGS";
-
/**
* Activity Action: Setup wizard action provided for OTA provisioning to determine if it needs
* to run.
diff --git a/packages/SystemUI/src/com/android/systemui/qs/tiles/OneHandedModeTile.java b/packages/SystemUI/src/com/android/systemui/qs/tiles/OneHandedModeTile.java
index 42d059152eb92..521dbe7149061 100644
--- a/packages/SystemUI/src/com/android/systemui/qs/tiles/OneHandedModeTile.java
+++ b/packages/SystemUI/src/com/android/systemui/qs/tiles/OneHandedModeTile.java
@@ -105,7 +105,8 @@ public class OneHandedModeTile extends QSTileImpl