summaryrefslogtreecommitdiff
path: root/core/java/android/net/VpnService.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android/net/VpnService.java')
-rw-r--r--core/java/android/net/VpnService.java9
1 files changed, 1 insertions, 8 deletions
diff --git a/core/java/android/net/VpnService.java b/core/java/android/net/VpnService.java
index 4b79cbb98d8c..2d9860cf0e40 100644
--- a/core/java/android/net/VpnService.java
+++ b/core/java/android/net/VpnService.java
@@ -99,7 +99,7 @@ import java.util.List;
* shut down the tunnel gracefully.</li>
* </ol>
*
- * <p>Services extending this class need to be declared with an appropriate
+ * <p>Services extended this class need to be declared with appropriate
* permission and intent filter. Their access must be secured by
* {@link android.Manifest.permission#BIND_VPN_SERVICE} permission, and
* their intent filter must match {@link #SERVICE_INTERFACE} action. Here
@@ -112,13 +112,6 @@ import java.util.List;
* &lt;/intent-filter&gt;
* &lt;/service&gt;</pre>
*
- * <p> The Android system starts a VPN in the background by calling
- * {@link android.content.Context#startService startService()}. In Android 8.0
- * (API level 26) and higher, the system places VPN apps on the temporary
- * whitelist for a short period so the app can start in the background. The VPN
- * app must promote itself to the foreground after it's launched or the system
- * will shut down the app.
- *
* @see Builder
*/
public class VpnService extends Service {