Joao Birk
05/11/2020, 2:25 AMShortcutInfo.Builder
with navigation components? It needs an intent, there is no pendingIntent method that I can pass to the Builder, so cant really use NavDeepLinkBuilder.createPendingIntent().
sasikanth
05/11/2020, 2:39 AMNavDeepLinkBuilder.createTaskStackBuilder()
, you can then use getIntents()
to get the array of intents, if it's a single activity with fragments you can just use the first intent from that array I guess.Joao Birk
05/11/2020, 2:41 AMsasikanth
05/11/2020, 2:44 AMIan Lake
05/11/2020, 2:53 AMJoao Birk
05/11/2020, 11:25 AMIan Lake
05/11/2020, 3:27 PM