since Android 10, there are restrictions on starting activity:
https://developer.android.com/guide/components/activities/background-starts
is there a way to know if my app can start an activity or need to display a notification?
my tests only show logcat message ActivityTaskManager: Background activity start
but there is no exception thrown...
is there a way to programmaticaly know if i can start an activity?