Merge "Add Nearby Slice URI for the SliceProvider to Settings.Secure"

This commit is contained in:
Xinyi Zhou
2022-01-28 01:43:18 +00:00
committed by Android (Google) Code Review

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