michelelacorte / AndroidAppShortcuts

App Shortcuts for Android on Pre Nougat 7.1!
Apache License 2.0
227 stars 39 forks source link

Use as default shortcut provider in 7.1+? #3

Open rgocal opened 7 years ago

rgocal commented 7 years ago

Is their a way to force Launcher3 to use this library over the built in shortcut menu provider in Android 7.1?

michelelacorte commented 7 years ago

Yes, you have to override shortcuts option in onLongClick() method!

rgocal commented 7 years ago

Thank you, Il try that out

rgocal commented 7 years ago

Haven't figured it out yet, still no luck

michelelacorte commented 7 years ago

What is your issue?