Skip to content

Commit

Permalink
provider not exported
Browse files Browse the repository at this point in the history
  • Loading branch information
professional-lalit committed Jan 30, 2020
1 parent e9b3301 commit 0c5729a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@
android:supportsRtl="true"
android:theme="@style/AppTheme">


<activity
android:name=".activities.FileChooserActivity"
android:exported="true"/>

<provider
android:name=".GenericFileProvider"
android:authorities="com.filehandling.lib.GenericFileProvider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
Expand Down

0 comments on commit 0c5729a

Please sign in to comment.