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

Commit a3b8dba9 authored by Matthew Sedam's avatar Matthew Sedam Committed by Android (Google) Code Review
Browse files

Merge "ContextHubService: Flag test mode duplication" into main

parents 024b39a4 fba84e58
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -333,7 +333,8 @@ public class ContextHubService extends IContextHubService.Stub {
                return false;
            }

            if (didEventHappen(MESSAGE_DUPLICATION_PROBABILITY_PERCENT)) {
            if (Flags.reliableMessageDuplicateDetectionService()
                && didEventHappen(MESSAGE_DUPLICATION_PROBABILITY_PERCENT)) {
                for (int i = 0; i < NUM_MESSAGES_TO_DUPLICATE; ++i) {
                    handleClientMessageCallback(contextHubId, hostEndpointId,
                            message, nanoappPermissions, messagePermissions);