diff options
| author | TreeHugger Robot <treehugger-gerrit@google.com> | 2020-05-13 22:41:10 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-05-13 22:41:10 +0000 |
| commit | bc9515e4b9bbcb22ec12d423ed4581895caa27e7 (patch) | |
| tree | ea752fbd18d5b1164aaead2e3db00d2a65c21e52 /core/java | |
| parent | 6922655496b515408bb395e530b85ede9bfa31b3 (diff) | |
| parent | 74b5e72f1730230a467a97dadf002dd4e20fc6d9 (diff) | |
Merge "Change the timeout for integrity verification from 10 seconds to 30 seconds." into rvc-dev
Diffstat (limited to 'core/java')
| -rwxr-xr-x | core/java/android/provider/Settings.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index ae88ba5e08c5..e0bc764025a5 100755 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -9936,6 +9936,11 @@ public final class Settings { * @hide */ public static final String PACKAGE_VERIFIER_TIMEOUT = "verifier_timeout"; + /** Timeout for app integrity verification. + * @hide */ + public static final String APP_INTEGRITY_VERIFICATION_TIMEOUT = + "app_integrity_verification_timeout"; + /** Default response code for package verification. * @hide */ public static final String PACKAGE_VERIFIER_DEFAULT_RESPONSE = "verifier_default_response"; |
