Merge "Expose VPN_UID" am: 58f7a60187 am: 8710bc1755
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1625699 Change-Id: Idb15fe2671eac19159cc7f58319cdff7d4663bee
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -16,8 +16,11 @@
|
||||
|
||||
package android.os;
|
||||
|
||||
import static android.annotation.SystemApi.Client.MODULE_LIBRARIES;
|
||||
|
||||
import android.annotation.NonNull;
|
||||
import android.annotation.Nullable;
|
||||
import android.annotation.SystemApi;
|
||||
import android.annotation.TestApi;
|
||||
import android.compat.annotation.UnsupportedAppUsage;
|
||||
import android.system.ErrnoException;
|
||||
@@ -108,6 +111,7 @@ public class Process {
|
||||
* @hide
|
||||
*/
|
||||
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553)
|
||||
@SystemApi(client = MODULE_LIBRARIES)
|
||||
public static final int VPN_UID = 1016;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user