Merge "Remove VpnType usage in VpnTransportInfo" am: 8828fc0b65 am: 59ad107b0f am: 2fb1c6649c
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1629273 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ia2c66e0c97bc383237782f6116398b225c26e3ea
This commit is contained in:
@@ -42,9 +42,9 @@ public final class VpnTransportInfo implements TransportInfo, Parcelable {
|
||||
MessageUtils.findMessageNames(new Class[]{VpnManager.class}, new String[]{"TYPE_VPN_"});
|
||||
|
||||
/** Type of this VPN. */
|
||||
@VpnManager.VpnType public final int type;
|
||||
public final int type;
|
||||
|
||||
public VpnTransportInfo(@VpnManager.VpnType int type) {
|
||||
public VpnTransportInfo(int type) {
|
||||
this.type = type;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user