tgz 文件的正确 MIME 类型是什么?以及如何使用 adp 将 tgz 文件发送到 android 应用程序

tgz 文件的正确 MIME 类型是什么?以及如何使用 adp 将 tgz 文件发送到 android 应用程序

.tgz 文件的正确 MIME 类型是什么?以及如何使用 adb 将 tgz 文件发送到 android 应用程序

adb shell am start -a android.intent.action.SEND -n com.example.destination/com.example.destination.MainActivity --es command \"reboot\" -t text/plain

上面提到的是将纯文本发送到 android 应用程序的 adb 命令。有人能帮我了解 .tgz 文件的 mime 类型和将 tgz 文件发送到 android 应用程序的命令吗?

相关内容