Skip to content

Commit

Permalink
Handling XLSX and DOCX files in file viewing system for newer Android…
Browse files Browse the repository at this point in the history
… versions (#3524)

* first working version

* updating manifest
  • Loading branch information
VitorVieiraZ authored Aug 9, 2024
1 parent a60b443 commit 268b8cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake_templates/AndroidManifest.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" />
<data android:mimeType="*/*" />
</intent>
</queries>
</manifest>

0 comments on commit 268b8cb

Please sign in to comment.