Skip to content

Commit

Permalink
Remove label from intent filter
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalNehra committed Apr 4, 2023
1 parent cf8eef4 commit af2429a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
android:exported="true"
android:label="@string/document_activity"
>
<intent-filter android:label="@string/document_activity">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<category android:name="android.intent.category.DEFAULT" />
Expand All @@ -31,7 +31,7 @@
android:scheme="file" />
</intent-filter>

<intent-filter android:label="@string/document_activity">
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<!-- list the mime-types we know about -->
Expand Down

0 comments on commit af2429a

Please sign in to comment.