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

Commit 59f6e3e7 authored by Michal Karpinski's avatar Michal Karpinski
Browse files

Rename BroadcastOptions.setAllowBackgroundActivityStarts() to

setBackgroundActivityStartsAllowed()

Per the feedback from the API council.

Bug: 127465469
Test: make -j update-api && make -j
Change-Id: I50f7ccb8fbdf07b874d0151e7b39dc96bd0b420d
parent bfb2da32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -401,7 +401,7 @@ public class NewOutgoingCallIntentBroadcaster {
        checkAndCopyProviderExtras(originalCallIntent, broadcastIntent);

        final BroadcastOptions options = BroadcastOptions.makeBasic();
        options.setAllowBackgroundActivityStarts(true);
        options.setBackgroundActivityStartsAllowed(true);
        mContext.sendOrderedBroadcastAsUser(
                broadcastIntent,
                targetUser,