diff options
| -rw-r--r-- | core/java/android/content/pm/flags.aconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/content/pm/flags.aconfig b/core/java/android/content/pm/flags.aconfig index d07de72d6cf5..ab8fd5e50fd5 100644 --- a/core/java/android/content/pm/flags.aconfig +++ b/core/java/android/content/pm/flags.aconfig @@ -14,3 +14,11 @@ flag { bug: "299670324" is_fixed_read_only: true } + +flag { + name: "recoverability_detection" + namespace: "package_manager_service" + description: "Feature flag to enable recoverability detection feature. It includes GMS core rollback and improvements to rescue party." + bug: "291135724" + is_fixed_read_only: true +}
\ No newline at end of file |