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

nightly-build-test
Jeff Boek 6 years ago
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…
Cancel
Save