Merge "Add Advanced button to Apps & notifications page."
This commit is contained in:
committed by
Android (Google) Code Review
commit
4f18cf4e20
@@ -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;
|
||||
|
Reference in New Issue
Block a user