Skip to content

Commit 8bd9c22

Browse files
committed
chore: demo fix
1 parent 198ba3d commit 8bd9c22

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

demo-vue/app/App_Resources/Android/src/main/AndroidManifest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
android:name="com.tns.NativeScriptActivity"
3030
android:label="@string/title_activity_kimera"
3131
android:configChanges="keyboardHidden|orientation|screenSize"
32-
android:theme="@style/LaunchScreenTheme">
32+
android:theme="@style/LaunchScreenTheme"
33+
android:exported="true">
3334

3435
<meta-data android:name="SET_THEME_ON_LAUNCH" android:resource="@style/AppTheme" />
3536

@@ -38,6 +39,6 @@
3839
<category android:name="android.intent.category.LAUNCHER" />
3940
</intent-filter>
4041
</activity>
41-
<activity android:name="com.tns.ErrorReportActivity"/>
42+
<activity android:name="com.tns.ErrorReportActivity" android:exported="false"/>
4243
</application>
4344
</manifest>

0 commit comments

Comments
 (0)