Loading src/com/android/settings/applications/AppAndNotificationDashboardFragment.java +6 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,12 @@ public class AppAndNotificationDashboardFragment extends DashboardFragment { return TAG; } @Override public void onAttach(Context context) { super.onAttach(context); mProgressiveDisclosureMixin.setTileLimit(3); } @Override protected int getPreferenceScreenResId() { return R.xml.app_and_notification; Loading Loading
src/com/android/settings/applications/AppAndNotificationDashboardFragment.java +6 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,12 @@ public class AppAndNotificationDashboardFragment extends DashboardFragment { return TAG; } @Override public void onAttach(Context context) { super.onAttach(context); mProgressiveDisclosureMixin.setTileLimit(3); } @Override protected int getPreferenceScreenResId() { return R.xml.app_and_notification; Loading