Merge "Apply new metrics to make App info dialogs have their own unique id"

This commit is contained in:
TreeHugger Robot
2022-11-25 09:59:08 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -258,7 +258,7 @@ public abstract class AppInfoBase extends SettingsPreferenceFragment
@Override
public int getMetricsCategory() {
return SettingsEnums.DIALOG_APP_INFO_ACTION;
return SettingsEnums.DIALOG_BASE_APP_INFO_ACTION;
}
@Override

View File

@@ -49,7 +49,7 @@ public class InstantAppButtonDialogFragment extends InstrumentedDialogFragment i
@Override
public int getMetricsCategory() {
return SettingsEnums.DIALOG_APP_INFO_ACTION;
return SettingsEnums.DIALOG_INSTANT_APP_INFO_ACTION;
}
@Override