Development 110218
This commit is contained in:
@@ -25,6 +25,18 @@
|
||||
</uap:DefaultTile>
|
||||
<uap:SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="red" />
|
||||
</uap:VisualElements>
|
||||
<Extensions>
|
||||
<Extension Category="windows.backgroundTasks" EntryPoint="FoxTube.Background.BackgroundProcessor">
|
||||
<BackgroundTasks>
|
||||
<Task Type="general" />
|
||||
<Task Type="systemEvent" />
|
||||
<Task Type="timer" />
|
||||
<Task Type="pushNotification" />
|
||||
<uap:Task Type="chatMessageNotification" />
|
||||
<uap:Task Type="mediaProcessing" />
|
||||
</BackgroundTasks>
|
||||
</Extension>
|
||||
</Extensions>
|
||||
</Application>
|
||||
</Applications>
|
||||
<Capabilities>
|
||||
|
||||
Reference in New Issue
Block a user