diff --git a/angular-tutorial/App_Resources/Android/src/main/AndroidManifest.xml b/angular-tutorial/App_Resources/Android/src/main/AndroidManifest.xml index 05081f8..e1c822d 100644 --- a/angular-tutorial/App_Resources/Android/src/main/AndroidManifest.xml +++ b/angular-tutorial/App_Resources/Android/src/main/AndroidManifest.xml @@ -26,7 +26,8 @@ android:name="com.tns.NativeScriptActivity" android:label="@string/title_activity_kimera" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|locale|uiMode" - android:theme="@style/LaunchScreenTheme"> + android:theme="@style/LaunchScreenTheme" + android:exported="true">