Use the correct SettingsEnum for the USI device details page.
Bug: 261988317 Test: just an enum Change-Id: I2d7820446f723c2a9d084f6913a7d675d83c31eb
This commit is contained in:
@@ -57,8 +57,7 @@ public class StylusUsiDetailsFragment extends DashboardFragment {
|
||||
|
||||
@Override
|
||||
public int getMetricsCategory() {
|
||||
// TODO(b/261988317): for new SettingsEnum for this page
|
||||
return SettingsEnums.BLUETOOTH_DEVICE_DETAILS;
|
||||
return SettingsEnums.USI_DEVICE_DETAILS;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user