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:
commit
7940e0911e
1 changed files with 1 additions and 0 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue