Fix issue opening files in external apps.

This commit is contained in:
Greyson Parrelli
2024-01-23 11:16:09 -05:00
parent 6eaebd112b
commit 45f1853c44

View File

@@ -68,7 +68,7 @@ public final class PartProvider extends BaseContentProvider {
static {
uriMatcher = new UriMatcher(UriMatcher.NO_MATCH);
uriMatcher.addURI(CONTENT_AUTHORITY, "part/*/#", SINGLE_ROW);
uriMatcher.addURI(CONTENT_AUTHORITY, "part/#", SINGLE_ROW);
}
@Override