diff options
author | lucaslin <lucaslin@google.com> | 2021-03-17 19:04:01 +0800 |
---|---|---|
committer | lucaslin <lucaslin@google.com> | 2021-03-17 19:04:01 +0800 |
commit | e4ea3d4c842c2aea0b0b5a03005f6e9d43bc676f (patch) | |
tree | de53d8785e81c61f6f40c010d14c0296b3c16544 /core/api/module-lib-current.txt | |
parent | dd68ace7e0f082394e10997cfb2e42fb0361e1f1 (diff) |
Expose VPN_UID
ConnectivityService will be a part of mainline module, so it
cannot access hidden API. Expose VPN_UID for ConnectivityService
to access.
Bug: 170598012
Test: m
Change-Id: I9f74fb97ba27e5feacf1820cf75e28ad73516d7d
Diffstat (limited to 'core/api/module-lib-current.txt')
-rw-r--r-- | core/api/module-lib-current.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/api/module-lib-current.txt b/core/api/module-lib-current.txt index 992b57f356c5..a21ce7998193 100644 --- a/core/api/module-lib-current.txt +++ b/core/api/module-lib-current.txt @@ -109,6 +109,10 @@ package android.os { method public default int getStability(); } + public class Process { + field public static final int VPN_UID = 1016; // 0x3f8 + } + public class StatsServiceManager { method @NonNull public android.os.StatsServiceManager.ServiceRegisterer getStatsCompanionServiceRegisterer(); method @NonNull public android.os.StatsServiceManager.ServiceRegisterer getStatsManagerServiceRegisterer(); |