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

Commit 8db4b652 authored by Hyundo Moon's avatar Hyundo Moon
Browse files

Add flag opp_ignore_content_observer_after_service_stop

Bug: 346179390
Bug: 346467641
Bug: 315241296
Test: m -j;
Change-Id: I6063d465756aa9218a8a2994afadc3c4dc8513e1
parent 16bc7170
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -17,3 +17,14 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "opp_ignore_content_observer_after_service_stop"
    namespace: "bluetooth"
    description: "When OppService.stop() is called, previously posted ContentObserver.onChange() should not run"
    bug: "346467641"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}