RESTRICT AUTOMERGE Update string
1. Replace "An untrusted Bluetooth device" to "A Bluetooth device". 2. Replace "Deny" to "Don't allow" https://docs.google.com/document/d/18bVSIAyX4MNpNeCvxqyZu7CXcBUcdV0pnh-gzVprjqU/edit?ts=60709637 Bug: 167403112 Test: send intent to test right prompts message is pop up. make -j42 RunSettingsRoboTests Change-Id: I38da15d4b1fb08671f6352458cbf3f735b4083bc (cherry picked from commit38fc9a91b5) (cherry picked from commitf4f2fae306)
This commit is contained in:
committed by
Android Build Coastguard Worker
parent
2fb2269bcf
commit
4217584da9
@@ -135,7 +135,7 @@ public class BluetoothPermissionActivity extends AlertActivity implements
|
||||
}
|
||||
p.mPositiveButtonText = getString(R.string.allow);
|
||||
p.mPositiveButtonListener = this;
|
||||
p.mNegativeButtonText = getString(R.string.deny);
|
||||
p.mNegativeButtonText = getString(R.string.request_manage_bluetooth_permission_dont_allow);
|
||||
p.mNegativeButtonListener = this;
|
||||
mOkButton = mAlert.getButton(DialogInterface.BUTTON_POSITIVE);
|
||||
setupAlert();
|
||||
|
||||
Reference in New Issue
Block a user