rosenpin / screenshot-sharer

A quick & easy way to share screenshots on Android
https://f-droid.org/en/packages/io.rosenpin.screenshotsharer/
GNU General Public License v3.0
17 stars 7 forks source link

Some intent is missing #7

Open ildar opened 4 years ago

ildar commented 4 years ago

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

rosenpin commented 3 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" />