My app has multiple Main Activities. (using activity-alias to create 2 app icons on phone) I want to define different dynamic shortcuts for each or specified. (default is only defined for the app launcher activity)
the guidance in android homepage says: Only main activities—activities that handle the Intent.ACTION_MAIN action and the Intent.CATEGORY_LAUNCHER category—can have shortcuts. If an app has multiple main activities, you need to define the set of shortcuts for each activity. https://developer.android.com/guide/topics/ui/shortcuts So how can I achieve this? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/34188f10-2213-4e7b-8c6e-443a35464a67%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

