我在这里查看了Androidwifip2pAPI,并查看了“WiFiDirectActivity”中提供的示例代码,它只允许手机将图像文件从一部手机传输到另一部手机。他们为此使用的代码是:publicvoidonClick(Viewv){//AllowusertopickanimagefromGalleryorother//registeredappsIntentintent=newIntent(Intent.ACTION_GET_CONTENT);intent.setType("image/*");startActivityForResult(intent,CHOOSE_FILE_R