Modify Share label to "Add in the poche"

This commit is contained in:
Jonathan GAULUPEAU 2013-11-05 16:43:41 +00:00
parent 10298fd172
commit bacc4e7ad4
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<intent-filter android:label="@string/label_name">
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/plain" />