Merge "Invoke service w/ action" into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b64095df86
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user