Expose Conext.NEARBY_SERVICE as SystemApi
(cherry-pick from downstream branch) Merged-In: Ie9fb547e166e6c881dfd04383050375a11f84a9b Test: Built successfully Bug: 189954300 Change-Id: I5ee56ddd84d38ee24b559fea278c263d424508ed
This commit is contained in:
parent
17c5caf93e
commit
48f1bb60fb
@ -1994,6 +1994,7 @@ package android.content {
|
||||
field public static final String HDMI_CONTROL_SERVICE = "hdmi_control";
|
||||
field public static final String MEDIA_TRANSCODING_SERVICE = "media_transcoding";
|
||||
field public static final String MUSIC_RECOGNITION_SERVICE = "music_recognition";
|
||||
field public static final String NEARBY_SERVICE = "nearby";
|
||||
field public static final String NETD_SERVICE = "netd";
|
||||
field public static final String NETWORK_SCORE_SERVICE = "network_score";
|
||||
field public static final String OEM_LOCK_SERVICE = "oem_lock";
|
||||
|
@ -5785,6 +5785,7 @@ public abstract class Context {
|
||||
* @see android.nearby.NearbyManager
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
public static final String NEARBY_SERVICE = "nearby";
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user