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");