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

Commit a74cfdff authored by Bhavuk Garg's avatar Bhavuk Garg Committed by Android (Google) Code Review
Browse files

Merge "Add flag to control file limit check timeout" into main

parents bcd480d7 875789e3
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -459,3 +459,13 @@ flag {
     description: "Adds an allowlist mechanism to decide which activities can be launched when the current user is the headless system user"
     bug: "412177078"
}

flag {
    name: "private_space_file_limit_check_timeout"
    namespace: "profile_experiences"
    description: "Add a timeout for file limit checks during file transfer to private space"
    bug: "421920538"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file