private fun showShareIntent() { // Step 1: Create Share itent val intent = Intent(Intent.ACTION_SEND).setType("image/*") // Step 2: Get ...
確定! 回上一頁