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(安卓)SparseArray源码阅读
  2. Android包冲突等问题
  3. Android(安卓)获取包名,版本信息
  4. Android各个版本API的区别
  5. Adnroid LearningNotes
  6. C#开发android应用实战 源码
  7. Android(安卓)4.0 HttpUrlConnection的getInputStream()方法总是
  8. android 软件源码
  9. Android一键锁屏开发全过程【源码】【附图】

随机推荐

  1. Android布局背景颜色设置
  2. Android基本界面元素的使用与讲解
  3. android控件布局
  4. Android(安卓)生成keystore,两种方式 【包
  5. Android核心模块及相关技术(自IT168)
  6. Android(安卓)开发环境下载地址 -- 百度
  7. Android(安卓)多线程之 Handler 基本使用
  8. Android(安卓)上的安全性
  9. Android设置透明、半透明等效果
  10. 为Android内核添加新驱动,并添加到menucon