ANDROIDPAD版本PHONE版本源码有什么区别?


直接把frameworks/base/core/res/res/values/config.xml里面的<boolname="config_voice_capable">false</bool>改为false


    <!-- Flag indicating whether the current device is "voice capable".         If true, this means that the device supports circuit-switched         (i.e. voice) phone calls over the telephony network, and is         allowed to display the in-call UI while a cellular voice call is         active.  This can be overridden to false for "data only" devices         which can't make voice calls and don't support any in-call UI.         Note: this flag is subtly different from the         PackageManager.FEATURE_TELEPHONY system feature, which is         available on *any* device with a telephony radio, even if the         device is data-only. -->    <bool name="config_voice_capable">false</bool>

更多相关文章

  1. Android各个版本API的区别
  2. Android图片浏览之源码
  3. C#开发android应用实战 源码
  4. Android——4.2.2 源码目录结构分析
  5. Android一键锁屏开发全过程【源码】【附图】
  6. ANDROID 编译源码6.0 问题记录
  7. android DragLayer源码

随机推荐

  1. 安卓安装 ADV 路径包含中文报错解决方案
  2. 获取Android设备信息
  3. Android(安卓)Studio使用教程(三):常用快捷
  4. Android简单实现app每月签到功能
  5. RxJava2 学习笔记
  6. Android(安卓)模拟器 Atom-x86 cpu加速
  7. Android(安卓)如何使用Intent传递对象
  8. Android——微信登录、分享
  9. 领略千变万化的Android(安卓)Drawable (一
  10. 1-Android基础知识