Merge "Fix javadoc for Context.TETHERING_SERVICE" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1f0355a1cd
@@ -3987,10 +3987,10 @@ public abstract class Context {
|
|||||||
public static final String NETWORK_STACK_SERVICE = "network_stack";
|
public static final String NETWORK_STACK_SERVICE = "network_stack";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Use with {@link android.os.ServiceManager.getService()} to retrieve a
|
* Use with {@link #getSystemService(String)} to retrieve a {@link android.net.TetheringManager}
|
||||||
* {@link ITetheringConnector} IBinder for communicating with the tethering service
|
* for managing tethering functions.
|
||||||
* @hide
|
* @hide
|
||||||
* @see TetheringClient
|
* @see android.net.TetheringManager
|
||||||
*/
|
*/
|
||||||
@SystemApi
|
@SystemApi
|
||||||
public static final String TETHERING_SERVICE = "tethering";
|
public static final String TETHERING_SERVICE = "tethering";
|
||||||
|
|||||||
Reference in New Issue
Block a user