700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > Android蓝牙支持接收的文件类型

Android蓝牙支持接收的文件类型

时间:2020-09-11 15:42:28

相关推荐

Android蓝牙支持接收的文件类型

扫码关注,一起学习

Android系统蓝牙支持接收的文件类型在Constants.java中设置:

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/Constants.java

static final String[] ACCEPTABLE_SHARE_INBOUND_TYPES = new String[]{"image/*","video/*","audio/*","text/x-vcard","text/x-vcalendar","text/calendar","text/plain","text/html","text/xml","application/zip","application/vnd.ms-excel","application/msword","application/vnd.ms-powerpoint","application/pdf","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.openxmlformats-officedocument.presentationml.presentation","application/x-hwp",};

如果想要支持传输 apk ,需要加上"application/vnd.android.package-archive"

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。