We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8eef4 commit af2429aCopy full SHA for af2429a
lib/src/main/AndroidManifest.xml
@@ -11,7 +11,7 @@
11
android:exported="true"
12
android:label="@string/document_activity"
13
>
14
- <intent-filter android:label="@string/document_activity">
+ <intent-filter>
15
<action android:name="android.intent.action.VIEW" />
16
<category android:name="android.intent.category.BROWSABLE" />
17
<category android:name="android.intent.category.DEFAULT" />
@@ -31,7 +31,7 @@
31
android:scheme="file" />
32
</intent-filter>
33
34
35
<action android:name="android.intent.action.SEND" />
36
37
<!-- list the mime-types we know about -->
0 commit comments