Skip to content

Commit 724c4cb

Browse files
committed
Made the splash screen optional
1 parent 22ff5c6 commit 724c4cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

samples/MvvmSampleUwp/MvvmSampleUwp/Package.appxmanifest

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
55
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
66
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
7-
IgnorableNamespaces="uap mp">
7+
xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
8+
IgnorableNamespaces="uap uap5 mp">
89

910
<Identity
1011
Name="950461c4-1285-4186-b254-9b4be0df2488"
@@ -44,7 +45,7 @@
4445
<uap:ShowOn Tile="square310x310Logo"/>
4546
</uap:ShowNameOnTiles>
4647
</uap:DefaultTile >
47-
<uap:SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="#3750D1"/>
48+
<uap:SplashScreen Image="Assets\SplashScreen.png" uap5:Optional="true" BackgroundColor="#3750D1"/>
4849
</uap:VisualElements>
4950
</Application>
5051
</Applications>

0 commit comments

Comments
 (0)