mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-14 19:44:53 +00:00
Fix Error: Malformed comment
This commit is contained in:
parent
5f8430f65c
commit
bcda9ed6a6
@ -93,11 +93,11 @@
|
|||||||
</config-file>
|
</config-file>
|
||||||
|
|
||||||
<config-file target="package.appxmanifest" parent="/Package/Capabilities" device-target="windows">
|
<config-file target="package.appxmanifest" parent="/Package/Capabilities" device-target="windows">
|
||||||
<!-- https://issues.apache.org/jira/browse/CB-12380
|
https://issues.apache.org/jira/browse/CB-12380
|
||||||
<Capability Name="backgroundMediaPlayback" />
|
<Capability Name="backgroundMediaPlayback" />
|
||||||
</config-file>
|
</config-file>
|
||||||
|
|
||||||
<!-- https://github.com/apache/cordova-windows/pull/213
|
https://github.com/apache/cordova-windows/pull/213
|
||||||
<resource-file src="appbeep.wma" target="appbeep.wma" />
|
<resource-file src="appbeep.wma" target="appbeep.wma" />
|
||||||
|
|
||||||
<js-module src="src/windows/BackgroundModeProxy.js" name="BackgroundModeProxy">
|
<js-module src="src/windows/BackgroundModeProxy.js" name="BackgroundModeProxy">
|
||||||
|
Loading…
Reference in New Issue
Block a user