码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2015-12-20 22:24:07      阅读:328      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!