Skip to content

Commit

Permalink
fix: Unable to able to open PDF on Android 11+ (#5733)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolmello committed Jun 12, 2024
1 parent 46bd9ae commit cb57df3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,11 @@
</intent-filter>
</activity>
</application>

<queries>
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:mimeType="*/*" />
</intent>
</queries>
</manifest>

0 comments on commit cb57df3

Please sign in to comment.