2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00

Bug 1847141 - Remove hardcoding of RECEIVE_DOWNLOAD_BROADCAST_PERMISSION

This commit is contained in:
mcarare 2023-09-07 16:37:13 +03:00 committed by mergify[bot]
parent ff9ad24790
commit 1f43b5e865

View File

@ -40,9 +40,6 @@
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
<!-- Needed to receive broadcasts from AC code-->
<uses-permission android:name="org.mozilla.permission.RECEIVE_DOWNLOAD_BROADCAST" />
<application
android:name=".FenixApplication"
android:allowBackup="false"