1
0
Fork 0

Fixes #390 - Gives Fenix the ability to respond to the assist intent

master
Jeff Boek 2019-02-12 16:44:55 -08:00
parent 6f25b1cadd
commit 2fa814947a
1 changed files with 9 additions and 0 deletions

View File

@ -54,6 +54,15 @@
<data android:mimeType="text/plain"/>
<data android:mimeType="application/xhtml+xml"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.ASSIST" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data
android:name="com.android.systemui.action_assist_icon"
android:resource="@mipmap/ic_launcher"/>
</activity>
<service