精华 | |
金钱 | BA |
威望 | 点 |
贡献值 | 点 |
爱心 | 点 |
经验 | 点 |
注册时间 | 2009-2-21 |
最后登录 | 1970-1-1 |
在线时间 | 小时 |
| |
| |
| |
|
立即注册,加入爱黑武论坛的大家庭!爱黑武,爱上搞机生活!
您需要 登录 才可以下载或查看,没有账号?注册
x
在Bluetooth源码里边的com/android/bluetooth/opp/Constants.java文件
在ACCEPTABLE_SHARE_INBOUND_TYPES中加一行代码
"application/vnd.android.package-archive"
如下:
- public static final String[] ACCEPTABLE_SHARE_INBOUND_TYPES = new String[] {
- "image/**",
- "video/**",
- "audio/**",
- "text/x-vcard",
- "text/plain",
- "text/html",
- "application/zip",
- "application/vnd.ms-excel",
- "application/msword",
- "application/vnd.ms-powerpoint",
- "application/pdf",
- "application/vnd.android.package-archive",
- };
复制代码 |
|