Merge "IMS: Make wifi call settings UI non indexable"
This commit is contained in:
committed by
Android (Google) Code Review
commit
6bbe8ebaf2
@@ -457,6 +457,10 @@ public class WirelessSettings extends SettingsPreferenceFragment implements Inde
|
||||
result.add(KEY_TETHER_SETTINGS);
|
||||
}
|
||||
|
||||
if (!ImsManager.isWfcEnabledByPlatform(context)) {
|
||||
result.add(KEY_WFC_SETTINGS);
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user