Skip to content

Commit

Permalink
Fix #2338 (discrete: receiving calculator modules)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Oct 30, 2022
1 parent cfd7133 commit 3c142da
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions app/src/discrete/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,7 @@
android:label="@string/install_zip_module_discrete"
android:exported="true"
tools:replace="android:label"
>
<intent-filter tools:ignore="AppLinkUrlError">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="application/zip" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND" />
<action android:name="android.intent.action.SEND_MULTIPLE" />

<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="application/zip" />
</intent-filter>
</activity>
/>
</application>

</manifest>

0 comments on commit 3c142da

Please sign in to comment.