Merge "Add keywords for search terms" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-03-23 18:35:23 +00:00
committed by Android (Google) Code Review
12 changed files with 81 additions and 19 deletions

View File

@@ -434,6 +434,7 @@ public class BluetoothSettings extends DeviceListPreferenceFragment implements I
data.title = res.getString(R.string.bluetooth_settings);
data.screenTitle = res.getString(R.string.bluetooth_settings);
data.key = DATA_KEY_REFERENCE;
data.keywords = res.getString(R.string.keywords_bluetooth_settings);
result.add(data);
// Removed paired bluetooth device indexing. See BluetoothSettingsObsolete.java.