hyongbai / AirFrozen

An app to freeze apps
http://t.cn/R5uNp2U
76 stars 12 forks source link

android 8.0上无法创建快捷方式 #16

Open solotimes opened 7 years ago

solotimes commented 7 years ago

对应日志:

Broadcast com.android.launcher.action.INSTALL_SHORTCUT no longer supported. It will not be delivered

建议:

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 the requestPinShortcut() method from the ShortcutManager class. Source: https://developer.android.com/preview/behavior-changes.html