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

Commit fe01791c authored by Harshit Mahajan's avatar Harshit Mahajan
Browse files

Add flag for recoverability_detection

This flags are causing merge conflicts while cherry-picking them in aosp/2921425. So adding them separately from it.

Bug: 291135724
Test: NA
Change-Id: I9a3f9a72fc3a7d17d5b04f1d1e6578fa7e9f1d23
Merged-In: I555f5edb76ddc107c071b8b4c6909ef54ecf46eb
parent 5a8e66fd
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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