Add icon to home screen
com.android.launcher.action.INSTALL_SHORTCUT
Is made private in Android O.
Example intent filter
<receiver ...>
<intent-filter>
<action android:name="com.android.launcher.action.INSTALL_SHORTCUT" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>
Apps Providing an Implementation
Search on Google Play, AppBrain, Amazon App store or similar (not yet available - please make this happen!)
For Specification Writers
Edit on Github