Open ildar opened 4 years ago
Probably either this
<action android:name="android.intent.action.ASSIST" />
or this
<meta-data
android:name="com.android.systemui.action_assist_icon"
android:resource="@mipmap/ic_launcher" />
I'm not sure which one exactly. How to reproduce: Set assistant to None then push the assistant button. You'll see some apps but not this (Screenshot sharer). One app that works as expected: Just Search - https://f-droid.org/app/co.pxhouse.sas Please fix. Thanks