I have used Sharing-type intents before, such as: Intent intent = new Intent(Intent.ACTION_SEND); intent.setType("plain/text"); intent.putExtra( ...
確定! 回上一頁