fix: flutter_downloader manifest configuration breaking android support

This commit is contained in:
Kingkor Roy Tirtho 2022-08-25 11:55:04 +06:00
parent 55852bd15b
commit f3a0f78fb9

View File

@ -28,10 +28,6 @@
</activity>
<provider android:name="vn.hunghd.flutterdownloader.DownloadedFileProvider" android:authorities="${applicationId}.flutter_downloader.provider" android:exported="false" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/provider_paths" />
</provider>
<service android:name="com.ryanheise.audioservice.AudioService" android:exported="false">
<intent-filter>
<action android:name="android.media.browse.MediaBrowserService" />