Update the prefix in keystore for app exclusion am: 89ca8b3063 am: 187347f079
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2141592 Change-Id: Ia5ea260064d33c81a74671c4442d2e4b9fa4827a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -186,7 +186,7 @@ public class Vpn {
|
|||||||
private static final boolean LOGD = true;
|
private static final boolean LOGD = true;
|
||||||
private static final String ANDROID_KEYSTORE_PROVIDER = "AndroidKeyStore";
|
private static final String ANDROID_KEYSTORE_PROVIDER = "AndroidKeyStore";
|
||||||
/** Key containing prefix of vpn app excluded list */
|
/** Key containing prefix of vpn app excluded list */
|
||||||
@VisibleForTesting static final String VPN_APP_EXCLUDED = "VPN_APP_EXCLUDED_";
|
@VisibleForTesting static final String VPN_APP_EXCLUDED = "VPNAPPEXCLUDED_";
|
||||||
|
|
||||||
// Length of time (in milliseconds) that an app hosting an always-on VPN is placed on
|
// Length of time (in milliseconds) that an app hosting an always-on VPN is placed on
|
||||||
// the device idle allowlist during service launch and VPN bootstrap.
|
// the device idle allowlist during service launch and VPN bootstrap.
|
||||||
|
|||||||
Reference in New Issue
Block a user