Merge "Add searchable index for Bluetooth and Nfc only if the feature exists" into oc-dev

This commit is contained in:
TreeHugger Robot
2017-04-25 19:05:42 +00:00
committed by Android (Google) Code Review
4 changed files with 74 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ public class BluetoothMasterSwitchPreferenceController extends PreferenceControl
implements OnSummaryChangeListener,
LifecycleObserver, OnResume, OnPause, OnStart, OnStop {
private static final String KEY_TOGGLE_BLUETOOTH = "toggle_bluetooth";
public static final String KEY_TOGGLE_BLUETOOTH = "toggle_bluetooth";
private LocalBluetoothManager mBluetoothManager;
private MasterSwitchPreference mBtPreference;