We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d1647 commit 704ca7bCopy full SHA for 704ca7b
samplejava/src/main/AndroidManifest.xml
@@ -9,7 +9,9 @@
9
android:roundIcon="@mipmap/ic_launcher_round"
10
android:supportsRtl="true"
11
android:theme="@style/Theme.ChatTutorial">
12
- <activity android:name=".MainActivity">
+ <activity
13
+ android:name=".MainActivity"
14
+ android:exported="true">
15
<intent-filter>
16
<action android:name="android.intent.action.MAIN" />
17
samplekotlin/src/main/AndroidManifest.xml
0 commit comments