Enable NFC sharing of address.

Change-Id: I19b10ef0c1b0eda1a3ed9020719883e96df60341
This commit is contained in:
Mindy Pereira 2012-07-23 13:14:11 -07:00
parent bdc47d309c
commit 50b50dfa1b
1 changed files with 5 additions and 0 deletions

View File

@ -121,6 +121,11 @@
android:pathPrefix="/compose"
/>
</intent-filter>
<intent-filter>
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="mailto" />
</intent-filter>
</activity>
<activity