From 17e1ff20d7c947f59a0b2b66c2ca07450ce191c1 Mon Sep 17 00:00:00 2001 From: Paul Hawke Date: Sat, 25 Nov 2017 11:46:41 -0600 Subject: [PATCH] Update based on code-review feedback. --- app/src/main/java/fr/free/nrw/commons/upload/FileUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/fr/free/nrw/commons/upload/FileUtils.java b/app/src/main/java/fr/free/nrw/commons/upload/FileUtils.java index 6d304aa07..2cf18e7d7 100644 --- a/app/src/main/java/fr/free/nrw/commons/upload/FileUtils.java +++ b/app/src/main/java/fr/free/nrw/commons/upload/FileUtils.java @@ -155,7 +155,7 @@ public class FileUtils { } /** - * Check if the URI is owned by the current application. + * Check if the URI is owned by the current app. */ public static boolean isSelfOwned(Context context, Uri uri) { return uri.getAuthority().equals(context.getPackageName() + ".provider");