X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=blobdiff_plain;f=src%2Fcom%2Fhughes%2Fandroid%2Fdictionary%2FPreferenceActivity.java;h=cda9a80cd411593ebde602c7e85ba177faee2b1c;hp=40784af0161a25bf6e9ab9cf854dccce8afb6697;hb=3ce0dd16e69302365d3bc802f298a5388b293d86;hpb=a01621630defba5e96e4a15764b6609087a4d9aa diff --git a/src/com/hughes/android/dictionary/PreferenceActivity.java b/src/com/hughes/android/dictionary/PreferenceActivity.java index 40784af..cda9a80 100644 --- a/src/com/hughes/android/dictionary/PreferenceActivity.java +++ b/src/com/hughes/android/dictionary/PreferenceActivity.java @@ -103,7 +103,7 @@ public class PreferenceActivity extends android.preference.PreferenceActivity File efd = null; try { efd = getApplicationContext().getExternalFilesDir(null); - } catch (Exception e) { + } catch (Exception ignored) { } if (efd != null) { String externalFilesDir = efd.getAbsolutePath();