Remove FAST_PAIR_SCAN_ENABLED
Bug: 216590902 Test: Flashed and confirmed logs Change-Id: Ic697259bac1e4358bff8f9544f6879e3a77c8846
This commit is contained in:
@@ -10535,7 +10535,6 @@ package android.provider {
|
||||
field public static final String AUTO_REVOKE_DISABLED = "auto_revoke_disabled";
|
||||
field public static final String COMPLETED_CATEGORY_PREFIX = "suggested.completed_category.";
|
||||
field public static final String DOZE_ALWAYS_ON = "doze_always_on";
|
||||
field public static final String FAST_PAIR_SCAN_ENABLED = "fast_pair_scan_enabled";
|
||||
field public static final String HUSH_GESTURE_USED = "hush_gesture_used";
|
||||
field public static final String INSTANT_APPS_ENABLED = "instant_apps_enabled";
|
||||
field public static final String LAST_SETUP_SHOWN = "last_setup_shown";
|
||||
|
||||
@@ -10691,14 +10691,6 @@ public final class Settings {
|
||||
public static final String COMMUNAL_MODE_TRUSTED_NETWORKS =
|
||||
"communal_mode_trusted_networks";
|
||||
|
||||
/**
|
||||
* Setting to allow Fast Pair scans to be enabled.
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
@Readable
|
||||
public static final String FAST_PAIR_SCAN_ENABLED = "fast_pair_scan_enabled";
|
||||
|
||||
/**
|
||||
* Setting to store denylisted system languages by the CEC {@code <Set Menu Language>}
|
||||
* confirmation dialog.
|
||||
|
||||
@@ -325,7 +325,5 @@ public class SecureSettingsValidators {
|
||||
return true;
|
||||
});
|
||||
VALIDATORS.put(Secure.ODI_CAPTIONS_VOLUME_UI_ENABLED, BOOLEAN_VALIDATOR);
|
||||
VALIDATORS.put(Secure.FAST_PAIR_SCAN_ENABLED, BOOLEAN_VALIDATOR);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user