diff options
| author | 2024-11-12 02:07:48 +0000 | |
|---|---|---|
| committer | 2024-11-12 02:18:08 +0000 | |
| commit | 034c81f9d30aba5bd1571924b6e6ab3665c95bb0 (patch) | |
| tree | 638695983da1ebbfa441510666088f275934895e | |
| parent | ca22d8473767524e72b365bdc666727b7bf3ce04 (diff) | |
Add flag for fixing TransactionTooLarge exception while UI is coming up
Bug: 371052524
Test: N/A - flag fix only
Flag: EXEMPT Adding a flag
Change-Id: Ifb3fafad4db2091a3e5c23da5a2bb9a516eb8f15
| -rw-r--r-- | core/java/android/credentials/flags.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/java/android/credentials/flags.aconfig b/core/java/android/credentials/flags.aconfig index d2435757756c..6c35d106bfb7 100644 --- a/core/java/android/credentials/flags.aconfig +++ b/core/java/android/credentials/flags.aconfig @@ -3,6 +3,16 @@ container: "system" flag { namespace: "credential_manager" + name: "ttl_fix_enabled" + description: "Enable fix for transaction too large issue" + bug: "371052524" + metadata { + purpose: PURPOSE_BUGFIX + } +} + +flag { + namespace: "credential_manager" name: "settings_activity_enabled" is_exported: true description: "Enable the Credential Manager Settings Activity APIs" |