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

Commit 8ea67885 authored by Hyundo Moon's avatar Hyundo Moon Committed by Gerrit Code Review
Browse files

Merge "Add flag opp_service_fix_index_out_of_bounds_exception_in_update_thread" into main

parents bc75e6fa beaaf3c7
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -17,3 +17,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "opp_service_fix_index_out_of_bounds_exception_in_update_thread"
    namespace: "bluetooth"
    description: "Fix IndexOutOfBoundsException which happens in OPP service's UpdateThread"
    bug: "326135849"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}