Merge "Fix javadoc for Context.TETHERING_SERVICE" into rvc-dev am: 1f0355a1cd am: 1844189950

Change-Id: Ia09a5e4b852e6c3d859a51ee500e5350c2faede4
This commit is contained in:
Remi NGUYEN VAN
2020-03-23 01:58:27 +00:00
committed by Automerger Merge Worker

View File

@@ -3987,10 +3987,10 @@ public abstract class Context {
public static final String NETWORK_STACK_SERVICE = "network_stack";
/**
* Use with {@link android.os.ServiceManager.getService()} to retrieve a
* {@link ITetheringConnector} IBinder for communicating with the tethering service
* Use with {@link #getSystemService(String)} to retrieve a {@link android.net.TetheringManager}
* for managing tethering functions.
* @hide
* @see TetheringClient
* @see android.net.TetheringManager
*/
@SystemApi
public static final String TETHERING_SERVICE = "tethering";