Skip to content

Commit

Permalink
app/src/main/AndroidManifest.xml: reenable several intents
Browse files Browse the repository at this point in the history
  • Loading branch information
t184256 committed Jun 30, 2024
1 parent 52d9449 commit b0e9d7c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@
</intent-filter>
</activity-alias>

<!--
<provider
android:name=".filepicker.TermuxDocumentsProvider"
android:authorities="${TERMUX_PACKAGE_NAME}.documents"
Expand All @@ -176,8 +175,6 @@
android:exported="true"
android:grantUriPermissions="true"
android:permission="${TERMUX_PACKAGE_NAME}.permission.RUN_COMMAND" />
-->


<receiver
android:name=".app.TermuxOpenReceiver"
Expand Down

0 comments on commit b0e9d7c

Please sign in to comment.