Fix Wifi & Bluetooth slice can't show on search result
root cause: we remove wifi & bluetooth preference screen key from search indexing, this cause these 2 special slices can't map to correct key solution: rename preference key for mapping Bug: 149366072 Test: robotest & manual Change-Id: Id424e63c4f97ccd6f58a80aaa414807774159512
This commit is contained in:
@@ -36,7 +36,7 @@ public class WifiMasterSwitchPreferenceController extends AbstractPreferenceCont
|
||||
implements PreferenceControllerMixin, SummaryUpdater.OnSummaryChangeListener,
|
||||
LifecycleObserver, OnResume, OnPause, OnStart, OnStop {
|
||||
|
||||
public static final String KEY_TOGGLE_WIFI = "toggle_wifi";
|
||||
public static final String KEY_TOGGLE_WIFI = "main_toggle_wifi";
|
||||
|
||||
private MasterSwitchPreference mWifiPreference;
|
||||
private WifiEnabler mWifiEnabler;
|
||||
|
Reference in New Issue
Block a user