Lines Matching full:vpn
1033 <h4>VPN services</h4>
1035 <p>The new {@link android.net.VpnService} allows applications to build their own VPN (Virtual
1036 Private Network), running as a {@link android.app.Service}. A VPN service creates an interface for a
1040 <p>To create a VPN service, use {@link android.net.VpnService.Builder}, which allows you to specify
1045 <p>Because a VPN service can intercept packets, there are security implications. As such, if you
1048 the system is granted this permission—apps cannot request it). To then use your VPN service,