Check whether context is that of an Activity before launching the Jitsi Conference Activity. If context is not an activity context, apply flag FLAG_ACTIVITY_NEW_TASK to the Jitsi Activity Intent to ensure activity can launch without error. This scenario would manifest when a user attempts to launch the Jitsi Actvity from a Widget... for example. https://developer.android.com/about/versions/pie/android-9.0-changes-all#fant-requiredmaster
|
|
||
32 |
|
32 |
|
33 |
|
33 |
|
34 |
|
34 |
|
|
35 |
|
|
35 |
|
36 |
|
36 |
|
37 |
|
37 |
|
38 |
|
|
|
||
58 |
|
59 |
|
59 |
|
60 |
|
60 |
|
61 |
|
|
62 |
|
|
|
63 |
|
|
|
64 |
|
|
61 |
|
65 |
|
62 |
|
66 |
|
63 |
|
67 |
|