Loading core/java/android/content/Intent.java +0 −9 Original line number Diff line number Diff line Loading @@ -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. * <p>Input: Nothing. * <p>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. Loading packages/SystemUI/src/com/android/systemui/qs/tiles/OneHandedModeTile.java +2 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,8 @@ public class OneHandedModeTile extends QSTileImpl<BooleanState> { @Override public Intent getLongClickIntent() { return new Intent(Intent.ACTION_ONE_HANDED_SETTINGS); // TODO(b/201743873) define new intent action ACTION_ONE_HANDED_SETTINGS in Settings. return null; } @Override Loading Loading
core/java/android/content/Intent.java +0 −9 Original line number Diff line number Diff line Loading @@ -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. * <p>Input: Nothing. * <p>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. Loading
packages/SystemUI/src/com/android/systemui/qs/tiles/OneHandedModeTile.java +2 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,8 @@ public class OneHandedModeTile extends QSTileImpl<BooleanState> { @Override public Intent getLongClickIntent() { return new Intent(Intent.ACTION_ONE_HANDED_SETTINGS); // TODO(b/201743873) define new intent action ACTION_ONE_HANDED_SETTINGS in Settings. return null; } @Override Loading