Skip to content

Commit

Permalink
Fix: Fix intent filter for 7z below API 24
Browse files Browse the repository at this point in the history
Now that we have switched to libarchive, we always support 7z files.
  • Loading branch information
zhanghai committed Apr 16, 2024
1 parent 02e689d commit 6b5c02c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<data android:mimeType="application/x-lzma" />
<data android:mimeType="application/x-tar" />
<data android:mimeType="application/x-xz" />
<data android:mimeType="@string/intent_filter_data_seven_z_mime_type" />
<data android:mimeType="application/x-7z-compressed" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.GET_CONTENT" />
Expand Down
11 changes: 0 additions & 11 deletions app/src/main/res/values-v24/donottranslate_strings.xml

This file was deleted.

11 changes: 0 additions & 11 deletions app/src/main/res/values/donottranslate_strings.xml

This file was deleted.

0 comments on commit 6b5c02c

Please sign in to comment.