We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b5b9b commit 17e1ff2Copy full SHA for 17e1ff2
app/src/main/java/fr/free/nrw/commons/upload/FileUtils.java
@@ -155,7 +155,7 @@ private static boolean isMediaDocument(Uri uri) {
155
}
156
157
/**
158
- * Check if the URI is owned by the current application.
+ * Check if the URI is owned by the current app.
159
*/
160
public static boolean isSelfOwned(Context context, Uri uri) {
161
return uri.getAuthority().equals(context.getPackageName() + ".provider");
0 commit comments