Searched refs:nearbyIntent (Results 1 – 1 of 1) sorted by relevance
83 Intent nearbyIntent = new Intent(REMOTE_COPY_ACTION); in getRemoteCopyIntent() local87 nearbyIntent.setComponent(ComponentName.unflattenFromString(remoteCopyPackage)); in getRemoteCopyIntent()90 nearbyIntent.setClipData(clipData); in getRemoteCopyIntent()91 nearbyIntent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION); in getRemoteCopyIntent()92 nearbyIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK); in getRemoteCopyIntent()93 return nearbyIntent; in getRemoteCopyIntent()