ANDROID Pad Version Number phone version number what is the difference between the source code?
Direct the frameworks/base/core/res/res/values/config.xml inside the <bool name= "config_voice_capable" >false</bool> Change to False
<!--Flag indicating whether the current device is "voice capable". If true, this means then the device supports circuit-switched (i.e. voice) phone calls over the telephony network, and is allowed to display the In-call UI and a cellular voice call is active. This can is 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 th E device is data-only- <bool name= "config_voice_capable" >false</bool>
ANDROID Pad Version Number phone version number what is the difference between the source code?