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

Commit 7d59cb81 authored by Todd Kennedy's avatar Todd Kennedy
Browse files

Invoke service w/ action

GMS uses a service proxy and needs the action to be able to route
the connection to the proper service.

Bug: 30805203
Change-Id: I4e2177170c19dd7572226fc4f7eb36f67592e45d
parent 9edadbd8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -60,7 +60,7 @@ final class EphemeralResolverConnection {


    public EphemeralResolverConnection(Context context, ComponentName componentName) {
    public EphemeralResolverConnection(Context context, ComponentName componentName) {
        mContext = context;
        mContext = context;
        mIntent = new Intent().setComponent(componentName);
        mIntent = new Intent(Intent.ACTION_RESOLVE_EPHEMERAL_PACKAGE).setComponent(componentName);
    }
    }


    public final List<EphemeralResolveInfo> getEphemeralResolveInfoList(
    public final List<EphemeralResolveInfo> getEphemeralResolveInfoList(