Merge pull request #4465 from dhebbeker/feature/add-default-mail-intent

add intent filter to main activty to provide default email application setting
This commit is contained in:
cketti 2020-01-21 17:39:39 +01:00 committed by GitHub
commit 7940e0911e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -194,6 +194,7 @@
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.LAUNCHER"/>
<category android:name="android.intent.category.APP_EMAIL"/>
<!-- TODO: Remove once minSdkVersion has been changed to 24+ -->
<category android:name="android.intent.category.MULTIWINDOW_LAUNCHER"/>