@Override public void onStart() { super.onStart(); mContentList = new ArrayList<>(); mCheckedList = MonitorChoice.getInstance().getCheckedList(); mInfoFactory = InfoFactory.getInstance(); mInfoFactory.init(mContext); }
@Override public Integer[] getItems() { return MonitorChoice.getInstance().getAppItems(); }