Skip to content

Commit

Permalink
provider added
Browse files Browse the repository at this point in the history
  • Loading branch information
professional-lalit committed Jan 30, 2020
1 parent 30ae2bd commit 9b53920
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,9 @@
android:theme="@style/AppTheme">


<activity android:name=".activities.FileChooserActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".activities.FileChooserActivity"
android:exported="true"/>

<provider
android:name=".GenericFileProvider"
Expand Down

0 comments on commit 9b53920

Please sign in to comment.