summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorXinyi Zhou <zxy@google.com>2022-02-01 01:49:57 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2022-02-01 01:49:57 +0000
commit7b4b98b581ac9ab3d6f224e2b5ddc5cd0d791db8 (patch)
tree932d9e2e41c4610a5738dcedcf7a4dae5d8bffd9 /core/java/android
parentf95a1133845eb345eed04986b1b81bb4458cf1b8 (diff)
parent393ba5ce3094e26cdf748733c795a3af1bb324af (diff)
Merge "Add Fast Pair saved devices settings page component name to config"
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/provider/Settings.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index daeaeed89579..e2c69f9538a7 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -10298,6 +10298,15 @@ public final class Settings {
public static final String NEARBY_SHARING_SLICE_URI = "nearby_sharing_slice_uri";
/**
+ * Current provider of Fast Pair saved devices page.
+ * Default value in @string/config_defaultNearbyFastPairSettingsDevicesComponent.
+ * No VALIDATOR as this setting will not be backed up.
+ * @hide
+ */
+ public static final String NEARBY_FAST_PAIR_SETTINGS_DEVICES_COMPONENT =
+ "nearby_fast_pair_settings_devices_component";
+
+ /**
* Controls whether aware is enabled.
* @hide
*/