示例#1
0
 private void updateList() {
   mPkgAdapter.update(getSetStrings());
 }
示例#2
0
 public void removeApp(String pkg) {
   mPrefs.edit().remove(pkg).commit();
   mPkgAdapter.update(getSetStrings());
   updateList();
 }