File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 7171 <intent-filter >
7272 <action android : name =" android.intent.action.VIEW" />
7373 <category android : name =" android.intent.category.DEFAULT" />
74- <data android : mimeType =" application/zip" />
74+ <category android : name =" android.intent.category.BROWSABLE" />
75+ <!-- Fixes lint AppLinkUrlError -->
76+ <data android : scheme =" content" android : mimeType =" application/zip" />
77+ <data android : scheme =" file" android : mimeType =" application/zip" />
7578 </intent-filter >
7679 <intent-filter >
77- <action android : name =" android.intent.action.SEND" />
78- <category android : name =" android.intent.category.DEFAULT" />
79- <data android : mimeType =" application/zip" />
80+ <action android : name =" android.intent.action.SEND" />
81+ <category android : name =" android.intent.category.DEFAULT" />
82+ <data android : mimeType =" application/zip" />
8083 </intent-filter >
8184 </activity >
8285 </application >
You can’t perform that action at this time.
0 commit comments