summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Harshit Mahajan <harshitmahajan@google.com> 2024-02-08 11:03:20 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-02-08 11:03:20 +0000
commit0a87e803dd1646e4d7c9a6c0855f29e8ff4e013d (patch)
tree608306d32d485b49caa421fc7d27aac73429030f
parent9e12339d403dee784659d22dce97e12f12e6b404 (diff)
parentfe01791ceea1547701f68454f585ee7e3dda5f16 (diff)
Merge "Add flag for recoverability_detection" into main
-rw-r--r--core/java/android/content/pm/flags.aconfig8
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