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

Commit 04fb2c4d authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Bind executeAppFunction with Context.BIND_FOREGROUND_SERVICE" into main

parents bce7071f 70cc6341
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -204,7 +204,8 @@ public class AppFunctionManagerServiceImpl extends IAppFunctionManager.Stub {
                                            serviceIntent,
                                            targetUser,
                                            safeExecuteAppFunctionCallback,
                                            /* bindFlags= */ Context.BIND_AUTO_CREATE);
                                            /* bindFlags= */ Context.BIND_AUTO_CREATE
                                                    | Context.BIND_FOREGROUND_SERVICE);
                                })
                        .exceptionally(
                                ex -> {