Expose Conext.NEARBY_SERVICE as SystemApi

Change-Id: Ie9fb547e166e6c881dfd04383050375a11f84a9b
Test: Built successfully
Bug: 189954300
This commit is contained in:
Xinyi Zhou
2021-12-21 16:48:49 -08:00
parent 5fb75a47fc
commit 1a07c53231
2 changed files with 2 additions and 0 deletions

View File

@@ -2587,6 +2587,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 @Deprecated public static final String NETWORK_SCORE_SERVICE = "network_score";
field public static final String OEM_LOCK_SERVICE = "oem_lock";

View File

@@ -5914,6 +5914,7 @@ public abstract class Context {
* @see android.nearby.NearbyManager
* @hide
*/
@SystemApi
public static final String NEARBY_SERVICE = "nearby";
/**