Crash reports, which can be submitted by email for testing builds.

This commit is contained in:
akwizgran
2014-05-01 17:35:47 +01:00
parent 6ca98eb410
commit bf9a9033be
7 changed files with 516 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ import android.annotation.SuppressLint;
import android.os.Build;
import android.os.StatFs;
class AndroidFileUtils implements FileUtils {
public class AndroidFileUtils implements FileUtils {
@SuppressLint("NewApi")
@SuppressWarnings("deprecation")