Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cce6ac45 authored by Harshit Mahajan's avatar Harshit Mahajan Committed by Android (Google) Code Review
Browse files

Merge "Add flag for recoverability_detection" into aosp-main-future

parents 664262e2 9a47a3f9
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -115,3 +115,11 @@ flag {
    description: "Feature flag to fix duplicated PackageManager flag values"
    bug: "314815969"
}

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
}