Loading core/java/android/content/Context.java +3 −3 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
core/java/android/content/Context.java +3 −3 Original line number Diff line number Diff line Loading @@ -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"; Loading