mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
fix: flutter_downloader manifest configuration breaking android support
This commit is contained in:
parent
55852bd15b
commit
f3a0f78fb9
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user