Skip to content

Commit ecc05c1

Browse files
sivaraammaskaravivek
authored andcommitted
Bring back the label for multiple upload intent (#2221)
In the upload revamp, commit f607c1c (Multiple uploads with over haul (#1968), 19 Nov 2018), kept back the label for the single upload intent but removed the label for the multiple upload intent. Correct it and bring back the label for the multiple upload intent thus giving a more useful label for the intent, again.
1 parent b447612 commit ecc05c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<data android:mimeType="image/*" />
5656
<data android:mimeType="audio/ogg" />
5757
</intent-filter>
58-
<intent-filter>
58+
<intent-filter android:label="@string/intent_share_upload_label">
5959
<action android:name="android.intent.action.SEND_MULTIPLE" />
6060

6161
<category android:name="android.intent.category.DEFAULT" />
@@ -218,4 +218,4 @@
218218

219219
</application>
220220

221-
</manifest>
221+
</manifest>

0 commit comments

Comments
 (0)