Mms Video Hot! Download App

Long-press the video within the conversation and tap the Save or Download icon (often a downward arrow) at the top of the screen.

fun saveMmsVideo(context: Context, mmsUri: Uri) val projection = arrayOf("_data", "mime_type") val cursor = context.contentResolver.query(mmsUri, projection, null, null, null) cursor?.use val dataIndex = it.getColumnIndex("_data") if (it.moveToFirst()) val filePath = it.getString(dataIndex) val videoFile = File(filePath) val destFile = File(Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES), "MMSGrabber/$System.currentTimeMillis().mp4") videoFile.copyTo(destFile, overwrite = true) MediaScannerConnection.scanFile(context, arrayOf(destFile.absolutePath), null, null) Mms Video Download App