Skip to content

Commit af2429a

Browse files
committed
Remove label from intent filter
1 parent cf8eef4 commit af2429a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
android:exported="true"
1212
android:label="@string/document_activity"
1313
>
14-
<intent-filter android:label="@string/document_activity">
14+
<intent-filter>
1515
<action android:name="android.intent.action.VIEW" />
1616
<category android:name="android.intent.category.BROWSABLE" />
1717
<category android:name="android.intent.category.DEFAULT" />
@@ -31,7 +31,7 @@
3131
android:scheme="file" />
3232
</intent-filter>
3333

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

0 commit comments

Comments
 (0)