Merge "IMS: Make wifi call settings UI non indexable"

This commit is contained in:
Pavel Zhamaitsiak
2016-01-15 17:49:12 +00:00
committed by Android (Google) Code Review

View File

@@ -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;
}
};