You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to specify a task stack builder for cast notification. Currently, it looks like only the target activity can be specified. It doesn't let app specify a back stack for navigation though?
Parent activity specified in manifest helps with one activity below target activity in the stack but what if apps would like other activities below target activity (ExpandedControlsActivity)?
Is there any way to specify a task stack builder for cast notification. Currently, it looks like only the target activity can be specified. It doesn't let app specify a back stack for navigation though?
https://developers.google.com/android/reference/com/google/android/gms/cast/framework/media/NotificationOptions.Builder#setTargetActivityClassName(java.lang.String)
https://developer.android.com/reference/android/app/TaskStackBuilder
The text was updated successfully, but these errors were encountered: