summaryrefslogtreecommitdiff
path: root/core/api
diff options
context:
space:
mode:
authorRemi NGUYEN VAN <reminv@google.com>2021-03-11 17:19:18 +0900
committerRemi NGUYEN VAN <reminv@google.com>2021-03-11 17:19:18 +0900
commitebacbf75b45642ce522a21c6038805b16bb5aca6 (patch)
tree41725356c853d68bc0c82aaa3b1cddd5bcb828e5 /core/api
parentb002b20492e4ef078c4d717025614f5bbc72733c (diff)
Move ParseException to Connectivity
ParseException is a public API class used to support Connectivity APIs, so it should be in the same API surface as connectivity. Bug: 181512874 Test: m Change-Id: Ie1213de0d0facc8f409f7b4c2553abb382e4afbf
Diffstat (limited to 'core/api')
-rw-r--r--core/api/current.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/api/current.txt b/core/api/current.txt
index aa9a03e5e92b..157dc5670299 100644
--- a/core/api/current.txt
+++ b/core/api/current.txt
@@ -25018,10 +25018,6 @@ package android.net {
ctor public NetworkSpecifier();
}
- public class ParseException extends java.lang.RuntimeException {
- field public String response;
- }
-
public abstract class PlatformVpnProfile {
method public final int getType();
method @NonNull public final String getTypeString();