diff options
Diffstat (limited to 'java/AndroidManifest.xml.in')
| -rw-r--r-- | java/AndroidManifest.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/AndroidManifest.xml.in b/java/AndroidManifest.xml.in index f3bab2c1b76..df00e497f8f 100644 --- a/java/AndroidManifest.xml.in +++ b/java/AndroidManifest.xml.in | |||
| @@ -270,6 +270,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. --> | |||
| 270 | </intent-filter> | 270 | </intent-filter> |
| 271 | 271 | ||
| 272 | <intent-filter> | 272 | <intent-filter> |
| 273 | <action android:name="android.intent.action.SEND"/> | ||
| 273 | <action android:name="android.intent.action.SENDTO"/> | 274 | <action android:name="android.intent.action.SENDTO"/> |
| 274 | <data android:scheme="mailto"/> | 275 | <data android:scheme="mailto"/> |
| 275 | <category android:name="android.intent.category.DEFAULT"/> | 276 | <category android:name="android.intent.category.DEFAULT"/> |