Android Send Email Intent (Kotlin) ... val intent = Intent(Intent.ACTION_SENDTO) intent.data = Uri.parse("mailto:") // only email apps ...
確定! 回上一頁