-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
flutter/packages
#6638Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterp: quick_actionsQuickActions pluginQuickActions pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Description
Use case
Currently quick_actions_android uses ShortcutManager.addDynamicShortcuts instead of ShortcutManagerCompat.addDynamicShortcuts thus making all shortcuts not compatible with Google surfaces (example: Google Assistant) as per Android official docs
Proposal
Switch to ShortcutManagerCompat.
This would help also with #134351
MominRaza
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterp: quick_actionsQuickActions pluginQuickActions pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team