diff options
| author | Song Pan <songpan@google.com> | 2020-04-30 16:38:51 +0100 |
|---|---|---|
| committer | Song Pan <songpan@google.com> | 2020-05-13 20:27:40 +0100 |
| commit | 74b5e72f1730230a467a97dadf002dd4e20fc6d9 (patch) | |
| tree | 70758dd1c9216b2f01936859e2dae0a33cede2fd /core/java | |
| parent | b1b07971f1bff7e8bf546159adb4bb370475e817 (diff) | |
Change the timeout for integrity verification from 10 seconds to 30 seconds.
Context: https://buganizer.corp.google.com/issues/154486093#comment24
Bug: 154486093
Test: N/A
Change-Id: I4fae3401ad7323acfa9cc520aac0cbb6bdbf6ada
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"; |
