Isaac
11/16/2021, 8:20 PMComposable
screen when the app receives a notification while it’s in the foreground without using a PendingIntent
? Cc: @louiscadlouiscad
11/16/2021, 8:29 PMPendingIntent
for notifications on Android, no matter what. Are you looking for an implementation guide? If so, I can share my draft article on doing that with Compose Navigation.Isaac
11/16/2021, 9:31 PMIan Lake
11/16/2021, 10:57 PMIan Lake
11/17/2021, 12:19 AMlouiscad
11/17/2021, 12:34 AMlouiscad
11/17/2021, 12:34 AMlouiscad
11/17/2021, 12:36 AMlouiscad
11/17/2021, 12:38 AMlouiscad
11/17/2021, 12:40 AMIan Lake
11/17/2021, 3:22 AMIan Lake
11/17/2021, 3:24 AMIan Lake
11/17/2021, 3:27 AMdocumentLaunchMode="intoExisting"
for conversations or other types of content to maintain a separate task stack that wouldn't override the main task's stack - Google Docs remains a great example of how that works and provides the exact kind of separation that you need to support multitasking on AndroidIan Lake
11/17/2021, 4:54 AMIan Lake
11/17/2021, 4:55 AMlouiscad
11/17/2021, 6:56 AM