Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01460d8e authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by Automerger Merge Worker
Browse files

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

Merge "Fix javadoc for Context.TETHERING_SERVICE" into rvc-dev am: 1f0355a1 am: 18441899 am: f1e546d5

Change-Id: Iee0a4f5ac2aa3e0bbcf98945e848d31fbd446438
parents 1fa07899 f1e546d5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";