Skip to content

Commit

Permalink
fix: flutter_downloader manifest configuration breaking android support
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Aug 25, 2022
1 parent 55852bd commit f3a0f78
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit f3a0f78

Please sign in to comment.