mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
Fixes #390 - Gives Fenix the ability to respond to the assist intent
This commit is contained in:
parent
6f25b1cadd
commit
2fa814947a
@ -54,6 +54,15 @@
|
|||||||
<data android:mimeType="text/plain"/>
|
<data android:mimeType="text/plain"/>
|
||||||
<data android:mimeType="application/xhtml+xml"/>
|
<data android:mimeType="application/xhtml+xml"/>
|
||||||
</intent-filter>
|
</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>
|
</activity>
|
||||||
|
|
||||||
<service
|
<service
|
||||||
|
Loading…
Reference in New Issue
Block a user