Merge "Fix dup preference key on Connected devices page" into main

This commit is contained in:
Yiyi Shen
2024-07-16 02:45:44 +00:00
committed by Android (Google) Code Review
11 changed files with 36 additions and 30 deletions

View File

@@ -275,7 +275,7 @@ public class BluetoothDeviceUpdaterTest {
}
@Override
protected String getPreferenceKey() {
protected String getPreferenceKeyPrefix() {
return "test_bt";
}
}