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

- Apply SettingsEnums.DIALOG_BASE_APP_INFO_ACTION
- Apply SettingsEnums.DIALOG_INSTANT_APP_INFO_ACTION

Bug: 260072013
Test: make build
Change-Id: Ie1daecbcb4e03802ca31219d570b8e9fa674f371
This commit is contained in:
Yanting Yang
2022-11-24 19:07:13 +00:00
parent 845426e9e5
commit afbf2430af
2 changed files with 2 additions and 2 deletions

View File

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

View File

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