Skip to content

Commit 4440967

Browse files
committed
fix: android manifest for SDK 32 with exported
1 parent 2c47f99 commit 4440967

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@angular-devkit/build-angular": "13.3.0"
5050
},
5151
"lint-staged": {
52-
"**/*.{js,ts,scss,json,html,xml}": [
52+
"**/*.{js,ts,scss,json,html}": [
5353
"npx prettier --write"
5454
]
5555
}

tools/assets/App_Resources/Android/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
android:name="com.tns.NativeScriptActivity"
5151
android:label="@string/title_activity_kimera"
5252
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
53-
android:theme="@style/LaunchScreenTheme">
53+
android:theme="@style/LaunchScreenTheme"
54+
android:exported="true" >
5455

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

0 commit comments

Comments
 (0)