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:
@@ -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
|
||||
|
Reference in New Issue
Block a user