Ejemplo n.º 1
0
 public String getCheckedDirectory() {
   if (currentChecked == -1) return "";
   // (Toast.makeText(context, directory.getAbsolutePath(currentChecked),
   // Toast.LENGTH_LONG)).show();
   return directory.getAbsolutePath(currentChecked);
 }