[WIP] multiple servers
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
|
||||
</activity>
|
||||
|
||||
<provider
|
||||
|
||||
@@ -2,5 +2,9 @@
|
||||
<widget version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||
<access origin="*" />
|
||||
|
||||
<feature name="NativeAudio">
|
||||
<param name="android-package" value="com.rjfun.cordova.plugin.nativeaudio.NativeAudio"/>
|
||||
</feature>
|
||||
|
||||
|
||||
</widget>
|
||||
Reference in New Issue
Block a user