Fix bluetooth search result no-op
Bluetooth fragment was manually setting intent information, which meant that the result didn't fire an intent properly. This type of regression or mistake will be caught in the fix for b/77921040. Change-Id: I49f87f40acbfc3f74ea2e97835f2644d443169e2 Fixes: 80317645 Test: robotests
This commit is contained in:
@@ -41,6 +41,8 @@ public class AdvancedConnectedDeviceDashboardFragment extends DashboardFragment
|
||||
|
||||
private static final String TAG = "AdvancedConnectedDeviceFrag";
|
||||
|
||||
static final String KEY_BLUETOOTH = "bluetooth_settings";
|
||||
|
||||
@Override
|
||||
public int getMetricsCategory() {
|
||||
return MetricsProto.MetricsEvent.CONNECTION_DEVICE_ADVANCED;
|
||||
@@ -115,6 +117,9 @@ public class AdvancedConnectedDeviceDashboardFragment extends DashboardFragment
|
||||
keys.add(AndroidBeamPreferenceController.KEY_ANDROID_BEAM_SETTINGS);
|
||||
}
|
||||
|
||||
// Parent duplicate
|
||||
keys.add(KEY_BLUETOOTH);
|
||||
|
||||
return keys;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user