Clean up unused bluetooth resources

Bug: 234570979
Test: make Settings app
Change-Id: I23d5a3dc27fe5df5ba45b8593c9f2ad3d7c25cbc
This commit is contained in:
Chaohui Wang
2022-07-26 12:53:24 +08:00
parent 69a431d170
commit 8589b41994
5 changed files with 0 additions and 136 deletions

View File

@@ -151,13 +151,10 @@ public class BluetoothPermissionActivity extends AlertActivity implements
public void onBackPressed() {
/*we need an answer so ignore back button presses during auth */
if(DEBUG) Log.i(TAG, "Back button pressed! ignoring");
return;
}
// TODO(edjee): createConnectionDialogView, createPhonebookDialogView and createMapDialogView
// are similar. Refactor them into one method.
// Also, the string resources bluetooth_remember_choice and bluetooth_pb_remember_choice should
// be removed.
private View createConnectionDialogView() {
String mRemoteName = Utils.createRemoteName(this, mDevice);
mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null);