Remove call settings menu

It will be shown in Contacts app instead

Bug: 4971637
Change-Id: I081708d4b2cf296d0e37dd20f6ac82f37438d9f0
This commit is contained in:
Daisuke Miyakawa
2011-06-28 15:58:34 -07:00
parent d1a22ec0a2
commit fe0be7fcbf
2 changed files with 0 additions and 14 deletions

View File

@@ -305,9 +305,6 @@ public class Settings extends PreferenceActivity implements ButtonBarHandler {
target.remove(header);
} else if (id == R.id.operator_settings || id == R.id.manufacturer_settings) {
Utils.updateHeaderToSpecificActivityFromMetaDataOrRemove(this, target, header);
} else if (id == R.id.call_settings) {
if (!Utils.isVoiceCapable(this))
target.remove(header);
} else if (id == R.id.wifi_settings) {
// Remove WiFi Settings if WiFi service is not available.
if (!getPackageManager().hasSystemFeature(PackageManager.FEATURE_WIFI)) {