Merge changes from topic "settings_presubmit_instr_test"
* changes: Refactor help menu stuff into a controller Fix UniquePreferenceTest
This commit is contained in:
committed by
Android (Google) Code Review
commit
4031bc78e4
@@ -169,7 +169,7 @@ public class BluetoothPairingDetail extends DeviceListPreferenceFragment impleme
|
||||
}
|
||||
|
||||
@Override
|
||||
protected int getHelpResource() {
|
||||
public int getHelpResource() {
|
||||
return R.string.help_url_bluetooth;
|
||||
}
|
||||
|
||||
|
@@ -345,7 +345,7 @@ public class BluetoothSettings extends DeviceListPreferenceFragment implements I
|
||||
}
|
||||
|
||||
@Override
|
||||
protected int getHelpResource() {
|
||||
public int getHelpResource() {
|
||||
return R.string.help_url_bluetooth;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user