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

Commit 54e81b2d authored by Yomna Nasser's avatar Yomna Nasser Committed by Android (Google) Code Review
Browse files

Merge "Remove searchability of CellularSecuritySettingsFragment" into main

parents 5f566fa1 62004763
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line Diff line number Diff line
@@ -20,13 +20,10 @@ import android.os.Bundle;


import com.android.settings.R;
import com.android.settings.R;
import com.android.settings.dashboard.DashboardFragment;
import com.android.settings.dashboard.DashboardFragment;
import com.android.settings.search.BaseSearchIndexProvider;
import com.android.settingslib.search.SearchIndexable;


/**
/**
 * Cellular Security features (insecure network notifications, network security controls, etc)
 * Cellular Security features (insecure network notifications, network security controls, etc)
 */
 */
@SearchIndexable
public class CellularSecuritySettingsFragment extends DashboardFragment {
public class CellularSecuritySettingsFragment extends DashboardFragment {


    private static final String TAG = "CellularSecuritySettingsFragment";
    private static final String TAG = "CellularSecuritySettingsFragment";
@@ -53,7 +50,4 @@ public class CellularSecuritySettingsFragment extends DashboardFragment {
        super.onCreatePreferences(bundle, rootKey);
        super.onCreatePreferences(bundle, rootKey);
        setPreferencesFromResource(R.xml.cellular_security, rootKey);
        setPreferencesFromResource(R.xml.cellular_security, rootKey);
    }
    }

    public static final BaseSearchIndexProvider SEARCH_INDEX_DATA_PROVIDER =
            new BaseSearchIndexProvider(R.xml.cellular_security);
}
}