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

Commit a5df0f8c authored by Benjamin Miller's avatar Benjamin Miller Committed by Rubin Xu
Browse files

docs: Linked VpnService class description to guide.

New developer's guide for VPN app published. Added link to provide more step-by-step help.

Bug: 65205045
Test: javadoc VpnService.java and inspected HTML
Change-Id: Ic8d1cd7a53b8d3bc0df323fbfd841594ec6812d8
parent 539c545d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -118,6 +118,11 @@ import java.util.List;
 * app must promote itself to the foreground after it's launched or the system
 * will shut down the app.
 *
 * <h3>Developer's guide</h3>
 *
 * <p>To learn more about developing VPN apps, read the
 * <a href="{@docRoot}guide/topics/connectivity/vpn">VPN developer's guide</a>.
 *
 * @see Builder
 */
public class VpnService extends Service {