Merge "docs: Linked VpnService class description to guide."

am: 97f778f0b5

Change-Id: I567720f4d1410b5d2da415321d7eebc2f79f35f6
This commit is contained in:
Benjamin Miller
2019-04-02 08:28:16 -07:00
committed by android-build-merger

View File

@@ -123,6 +123,11 @@ import java.util.Set;
* 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 {