File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4545 android : name =" .upload.ShareActivity"
4646 android : icon =" @drawable/ic_launcher"
4747 android : label =" @string/app_name" >
48- <intent-filter >
48+ <intent-filter android : label = " @string/intent_share_upload_label " >
4949 <action android : name =" android.intent.action.SEND" />
5050 <category android : name =" android.intent.category.DEFAULT" />
5151 <data android : mimeType =" image/*" />
5757 android : name =" .upload.MultipleShareActivity"
5858 android : icon =" @drawable/ic_launcher"
5959 android : label =" @string/app_name" >
60- <intent-filter >
60+ <intent-filter android : label = " @string/intent_share_upload_label " >
6161 <action android : name =" android.intent.action.SEND_MULTIPLE" />
6262 <category android : name =" android.intent.category.DEFAULT" />
6363 <data android : mimeType =" image/*" />
Original file line number Diff line number Diff line change 77 <string name =" app_name" >Commons</string >
88 <string name =" bullet" >• </string >
99 <string name =" menu_settings" >Settings</string >
10+ <string name =" intent_share_upload_label" >Upload to Commons</string >
1011 <string name =" username" >Username</string >
1112 <string name =" password" >Password</string >
1213 <string name =" login_credential" >Log in to your Commons Beta account</string >
You can’t perform that action at this time.
0 commit comments