Remove call settings menu
It will be shown in Contacts app instead Bug: 4971637 Change-Id: I081708d4b2cf296d0e37dd20f6ac82f37438d9f0
This commit is contained in:
@@ -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)) {
|
||||
|
Reference in New Issue
Block a user