首页 > 移动平台 > 详细

ANDROID PAD版本号 PHONE版本号 源代码有什么 差别?

时间:2015-12-20 22:21:08      阅读:304      评论:0      收藏:0      [点我收藏+]


ANDROID PAD版本号 PHONE版本号 源代码有什么 差别?


直接把frameworks/base/core/res/res/values/config.xml里面的<bool name="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>

ANDROID PAD版本号 PHONE版本号 源代码有什么 差别?

原文:http://www.cnblogs.com/mengfanrong/p/5061956.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!