Example #1
0
  @Override
  public void onStart() {
    super.onStart();
    mContentList = new ArrayList<>();

    mCheckedList = MonitorChoice.getInstance().getCheckedList();
    mInfoFactory = InfoFactory.getInstance();
    mInfoFactory.init(mContext);
  }
Example #2
0
 @Override
 public Integer[] getItems() {
   return MonitorChoice.getInstance().getAppItems();
 }