From 73702413f83353785ef109be1bd5c73befdcc148 Mon Sep 17 00:00:00 2001 From: Matt Pietal Date: Mon, 19 Apr 2021 12:48:37 -0400 Subject: Remove "Device Controls" from Settings Both device controls and wallet have moved to new areas outside of the power menu. In step 1, we are deprecating the device controls settings, as the user can now fully control availability within the new Quick Settings device controls tile. Bug: 185597511 Test: atest ControlsControllerImplTest ControlsComponentTest DeviceControlsTileTest ControlsRequestDialogTest Change-Id: Ifdbb83dfd35263d62c9fd3dc67699769f9c9f408 --- core/java/android/provider/Settings.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/java') diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 2616a6676db1..2179f3c333a5 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -9428,9 +9428,12 @@ public final class Settings { * 0 indicates disabled and 1 indicates enabled. A non existent value should be treated as * enabled. * + * @deprecated Controls are migrated to Quick Settings, rendering this unnecessary and will + * be removed in a future release. * @hide */ @Readable + @Deprecated public static final String CONTROLS_ENABLED = "controls_enabled"; /** -- cgit v1.2.3