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

Commit 2a16812c authored by Adam Powell's avatar Adam Powell Committed by android-build-merger
Browse files

Merge "Don\'t bind ChooserTargetServices as user CURRENT" into nyc-dev

am: 0cc531ae

* commit '0cc531ae':
  Don't bind ChooserTargetServices as user CURRENT
parents de0ebae3 0cc531ae
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -433,8 +433,7 @@ public class ChooserActivity extends ResolverActivity {

                final ChooserTargetServiceConnection conn =
                        new ChooserTargetServiceConnection(this, dri);
                if (bindServiceAsUser(serviceIntent, conn, BIND_AUTO_CREATE | BIND_NOT_FOREGROUND,
                        UserHandle.CURRENT)) {
                if (bindService(serviceIntent, conn, BIND_AUTO_CREATE | BIND_NOT_FOREGROUND)) {
                    if (DEBUG) {
                        Log.d(TAG, "Binding service connection for target " + dri
                                + " intent " + serviceIntent);