From a214ee474c10ec762e48f6c49fe343c9f4c0e009 Mon Sep 17 00:00:00 2001 From: Xinyi Zhou Date: Tue, 25 Jan 2022 01:49:09 -0800 Subject: [PATCH] Add Nearby Slice URI for the SliceProvider to Settings.Secure Test: n/a. Bug: 202040692 Change-Id: I6c9100e0963af78112ea7718ad9f0924c9a56ddf --- core/java/android/provider/Settings.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 3f544089fcf35..ffa3ce1934027 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -10258,6 +10258,13 @@ public final class Settings { @Readable public static final String NEARBY_SHARING_COMPONENT = "nearby_sharing_component"; + /** + * Nearby Sharing Slice URI for the SliceProvider to + * read Nearby Sharing scan results and then draw the UI. + * @hide + */ + public static final String NEARBY_SHARING_SLICE_URI = "nearby_sharing_slice_uri"; + /** * Controls whether aware is enabled. * @hide