val intent = Intent() intent.action = Intent.ACTION_SEND intent.type = "image/png" val imageUri = Uri.parse("android.resource://" + packageName ...
確定! 回上一頁