Skip to content

Commit

Permalink
remove file provider for lib
Browse files Browse the repository at this point in the history
  • Loading branch information
heaven7 committed Aug 5, 2020
1 parent 0e848dc commit a78c376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Android-Download/and_download/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

<application>
<provider
<!-- <provider
android:name=".DHFileProvider"
android:authorities="com.heaven7.android.download.fileprovider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/filepath" />
</provider>
</provider>-->
</application>
</manifest>

0 comments on commit a78c376

Please sign in to comment.