Move Apps & notifications -> App permissions into Advanced.
- decrease the tile limit for the Apps and notification dashboard to show 1 less item initiallly. Change-Id: I334661ced410f9c077f01d7d27a8c3555afdccb9 Fix: 62486427 Test: visual
This commit is contained in:
@@ -50,7 +50,7 @@ public class AppAndNotificationDashboardFragment extends DashboardFragment {
|
|||||||
@Override
|
@Override
|
||||||
public void onAttach(Context context) {
|
public void onAttach(Context context) {
|
||||||
super.onAttach(context);
|
super.onAttach(context);
|
||||||
mProgressiveDisclosureMixin.setTileLimit(3);
|
mProgressiveDisclosureMixin.setTileLimit(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user