Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 077f986e authored by stefan-niedermann's avatar stefan-niedermann
Browse files

Add `intent-filter` for `com.google.android.gm.action.AUTO_SEND`

parent 8d7d284c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -70,6 +70,12 @@
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="text/plain" />
            </intent-filter>
            <!-- Voice command "note to self" in google search -->
            <intent-filter android:label="@string/action_create">
                <action android:name="com.google.android.gm.action.AUTO_SEND"/>
                <category android:name="android.intent.category.DEFAULT"/>
                <data android:mimeType="text/plain"/>
            </intent-filter>
        </activity>

        <activity