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

am: 41a858fde1

Change-Id: Ida195181c34d5f53ea544b1a0c81d3154385219e
This commit is contained in:
Ruchi Kandoi
2017-04-25 19:20:06 +00:00
committed by android-build-merger
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;