add explicit exported requirement
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
android:label="LiveKit Example"
|
android:label="LiveKit Example"
|
||||||
android:icon="@mipmap/livekit_ic_launcher">
|
android:icon="@mipmap/livekit_ic_launcher">
|
||||||
<activity
|
<activity
|
||||||
|
android:exported="true"
|
||||||
android:name=".MainActivity"
|
android:name=".MainActivity"
|
||||||
android:launchMode="singleTop"
|
android:launchMode="singleTop"
|
||||||
android:theme="@style/LaunchTheme"
|
android:theme="@style/LaunchTheme"
|
||||||
|
|||||||
Reference in New Issue
Block a user