Fix references to resources for Settings
Bug: 293810334 Test: m Settings Change-Id: Ie140278f492ef7e1c062ec1ecae2866c521a86aa
This commit is contained in:
@@ -378,7 +378,7 @@ public final class BluetoothDevicePreference extends GearPreference {
|
||||
private void pair() {
|
||||
if (!mCachedDevice.startPairing()) {
|
||||
Utils.showError(getContext(), mCachedDevice.getName(),
|
||||
R.string.bluetooth_pairing_error_message);
|
||||
com.android.settingslib.R.string.bluetooth_pairing_error_message);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user