Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6bbe8eba authored by Pavel Zhamaitsiak's avatar Pavel Zhamaitsiak Committed by Android (Google) Code Review
Browse files

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

parents efce7d00 ec4706a2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;
            }
        };