Now i can use the share intent to open the share dialog. Intent intent = new Intent(Intent.ACTION_SEND); intent.setType("text/plain"); intent.
確定! 回上一頁