コード例 #1
0
ファイル: Remote.java プロジェクト: WilliamRen/IR-Remote
 public static boolean exists(Context c, String name) {
   return FileUtils.exists(getRemoteDir(c, name));
 }