Merge "Apply new metrics to make App info dialogs have their own unique id"
This commit is contained in:
committed by
Android (Google) Code Review
commit
8b6abe047c
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user