Add Nearby Slice URI for the SliceProvider to Settings.Secure

Test: n/a.
Bug: 202040692
Change-Id: I6c9100e0963af78112ea7718ad9f0924c9a56ddf
This commit is contained in:
Xinyi Zhou
2022-01-25 01:49:09 -08:00
parent fcda461bce
commit a214ee474c

View File

@@ -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