You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this plugin but my sometimes my clients complain a second shortcut is created because the newest versions of Android (I think) also create a shortcut. Is it possible to check whether a shortcut is present and if not create one?
The text was updated successfully, but these errors were encountered:
New versions does, there is also a setting to turn it off
A logical think to do is to create a shortcut at < 4.0 (or 4.4 - I forgot when it started)
I think it's pointless to create a shortcut if it doesn't exist at 4.4, because it would mean that the user has turned the feature explicitly off (also there is no guarantee that all 4.4 devices are the same)
long story short, there is no way to check for existence with this plugin
I'm using this plugin but my sometimes my clients complain a second shortcut is created because the newest versions of Android (I think) also create a shortcut. Is it possible to check whether a shortcut is present and if not create one?
The text was updated successfully, but these errors were encountered: