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

Commit b45d86e4 authored by Todd Kennedy's avatar Todd Kennedy Committed by android-build-merger
Browse files

Invoke service w/ action

am: 7d59cb81

Change-Id: If31d387ac0da4fca2547c66780c7aa0987bfa357
parents 92254c07 7d59cb81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ final class EphemeralResolverConnection {

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

    public final List<EphemeralResolveInfo> getEphemeralResolveInfoList(