Subversion Repository Public Repository

Nextrek

Diff Revisions 764 vs 765 for /Android/SmartCharging/SmartCharging/app/src/main/java/it/fedeloper/smartcharging/Manager/Utils.java

Diff revisions: vs.
  @@ -63,6 +63,7 @@
63 63 }
64 64 return u;
65 65 }
66 +
66 67 public static String getRealPathFromURI(Context context, Uri contentUri) {
67 68 Cursor cursor = null;
68 69 try {