Merge changes from topic "settings_presubmit_instr_test"

* changes:
  Refactor help menu stuff into a controller
  Fix UniquePreferenceTest
This commit is contained in:
TreeHugger Robot
2017-11-30 01:38:33 +00:00
committed by Android (Google) Code Review
56 changed files with 249 additions and 105 deletions

View File

@@ -169,7 +169,7 @@ public class BluetoothPairingDetail extends DeviceListPreferenceFragment impleme
}
@Override
protected int getHelpResource() {
public int getHelpResource() {
return R.string.help_url_bluetooth;
}

View File

@@ -345,7 +345,7 @@ public class BluetoothSettings extends DeviceListPreferenceFragment implements I
}
@Override
protected int getHelpResource() {
public int getHelpResource() {
return R.string.help_url_bluetooth;
}