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