add explicit exported requirement

This commit is contained in:
Hiroshi Horie
2022-02-10 20:53:53 +07:00
parent 10db433742
commit c3193b7f9e
@@ -17,6 +17,7 @@
android:label="LiveKit Example"
android:icon="@mipmap/livekit_ic_launcher">
<activity
android:exported="true"
android:name=".MainActivity"
android:launchMode="singleTop"
android:theme="@style/LaunchTheme"