Change the metric category of "Display size and text" in SuW.
Update it as SettingsEnums.SUW_ACCESSIBILITY_TEXT_READING_OPTIONS Bug: 211503117 Test: manual test Change-Id: I17ada3ad1e4d0a00f57d2924244fb8ed16038dad
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
package com.android.settings.accessibility;
|
||||
|
||||
import android.app.settings.SettingsEnums;
|
||||
import android.graphics.drawable.Drawable;
|
||||
import android.os.Bundle;
|
||||
import android.view.LayoutInflater;
|
||||
@@ -57,7 +58,7 @@ public class TextReadingPreferenceFragmentForSetupWizard extends TextReadingPref
|
||||
|
||||
@Override
|
||||
public int getMetricsCategory() {
|
||||
return super.getMetricsCategory();
|
||||
return SettingsEnums.SUW_ACCESSIBILITY_TEXT_READING_OPTIONS;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user