Merge "Change the metric category of "Display size and text" in SuW." into tm-dev am: 0e2cb579b7
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17148788 Change-Id: Ice47070be2d48bf62ebbbf5079a365b61ec48278
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