Re: [w3c/manifest] Shortcut item should have an "id" field (Issue #1020)

It's support the shortcuts since Android 7.1(API 25), the shortcut on android means excute an intent.
Intent is a feature in Android development, it carries various operations in the android program.

ref:
[ShortcutManager](https://developer.android.com/reference/android/content/pm/ShortcutManager)
[Create shortcuts](https://developer.android.com/guide/topics/ui/shortcuts/creating-shortcuts)
[Intent](https://developer.android.com/reference/android/content/Intent)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/1020#issuecomment-979265988

Received on Thursday, 25 November 2021 14:36:54 UTC