mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 20:48:43 +00:00
Fix issue opening files in external apps.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user