Skip to content

Commit

Permalink
updating manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Jul 30, 2024
1 parent 6d33d65 commit 52ee90d
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions cmake_templates/AndroidManifest.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -107,18 +107,7 @@
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="application/vnd.openxmlformats-officedocument.wordprocessingml.document" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" />
<data android:mimeType="*/*" />
</intent>
</queries>
</manifest>

1 comment on commit 52ee90d

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.7.645811 just submitted!

Please sign in to comment.