Merge "Invoke service w/ action" into nyc-mr1-dev

This commit is contained in:
TreeHugger Robot
2016-09-09 19:50:33 +00:00
committed by Android (Google) Code Review

View File

@@ -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(