How to create shortcuts on Android O, when targetting less than it?
Background Android O has various changes of how shortcuts work: https://developer.android.com/preview/behavior-changes.html#as The problem According to recent changes on Android O, the broadcast intent to create shortcuts is completely ignored : https://developer.android.com/reference/android/content/Intent.html#ACTION_CREATE_SHORTCUT https://developer.android.com/preview/behavior-changes.html#as The com.android.launcher.action.INSTALL_SHORTCUT broadcast no longer has any effect on your app, because it is now a private, implicit broadcast. Instead, you should create an app shortcut by using