Loading src/com/android/settings/notification/SoundSettings.java +6 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,12 @@ public class SoundSettings extends DashboardFragment { private WorkSoundPreferenceController mWorkSoundController; private RingtonePreference mRequestPreference; @Override public void onAttach(Context context) { super.onAttach(context); mProgressiveDisclosureMixin.setTileLimit(5); } @Override public int getMetricsCategory() { return MetricsEvent.SOUND; Loading Loading
src/com/android/settings/notification/SoundSettings.java +6 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,12 @@ public class SoundSettings extends DashboardFragment { private WorkSoundPreferenceController mWorkSoundController; private RingtonePreference mRequestPreference; @Override public void onAttach(Context context) { super.onAttach(context); mProgressiveDisclosureMixin.setTileLimit(5); } @Override public int getMetricsCategory() { return MetricsEvent.SOUND; Loading