diff options
| author | Xinyi Zhou <zxy@google.com> | 2022-02-01 01:49:57 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2022-02-01 01:49:57 +0000 |
| commit | 7b4b98b581ac9ab3d6f224e2b5ddc5cd0d791db8 (patch) | |
| tree | 932d9e2e41c4610a5738dcedcf7a4dae5d8bffd9 /core/java/android | |
| parent | f95a1133845eb345eed04986b1b81bb4458cf1b8 (diff) | |
| parent | 393ba5ce3094e26cdf748733c795a3af1bb324af (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.java | 9 |
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 */ |
