34 lines
2.2 KiB
XML
34 lines
2.2 KiB
XML
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" id="com.devexpress.apptemplate" version="1.0" versionCode="1">
|
|
<name>ApplicationTemplate</name>
|
|
<preference name="permissions" value="none" />
|
|
<preference name="prerendered-icon" value="true" />
|
|
<preference name="android-windowSoftInputMode" value="adjustPan" />
|
|
<preference name="SplashScreen" value="splash" />
|
|
<preference name="SplashScreenDelay" value="60000" />
|
|
<preference name="AutoHideSplashScreen" value="false" />
|
|
<preference name="DisallowOverscroll" value="true" />
|
|
<preference name="StatusBarOverlaysWebView" value="false" />
|
|
<preference name="StatusBarBackgroundColor" value="#000000" />
|
|
<feature name="http://api.phonegap.com/1.0/network" />
|
|
<gap:plugin name="cordova-plugin-statusbar" version="2.1.0" source="npm" onload="true" />
|
|
<gap:plugin name="org.apache.cordova.battery-status" version="0.2.12" />
|
|
<gap:plugin name="org.apache.cordova.camera" version="0.3.6" />
|
|
<gap:plugin name="org.apache.cordova.contacts" version="0.2.16" />
|
|
<gap:plugin name="org.apache.cordova.device-motion" version="0.2.11" />
|
|
<gap:plugin name="org.apache.cordova.device-orientation" version="0.3.11" />
|
|
<gap:plugin name="org.apache.cordova.file" version="1.3.3" />
|
|
<gap:plugin name="org.apache.cordova.file-transfer" version="0.5.0" />
|
|
<gap:plugin name="org.apache.cordova.geolocation" version="0.3.12" />
|
|
<gap:plugin name="org.apache.cordova.globalization" version="0.3.4" />
|
|
<gap:plugin name="org.apache.cordova.media" version="0.2.16" />
|
|
<gap:plugin name="org.apache.cordova.media-capture" version="0.3.6" />
|
|
<gap:plugin name="org.apache.cordova.network-information" version="0.2.15" />
|
|
<gap:plugin name="cordova-plugin-splashscreen" version="3.2.2" onload="true" source="npm" />
|
|
<gap:plugin name="org.apache.cordova.vibration" version="0.3.13" />
|
|
<gap:plugin name="org.apache.cordova.dialogs" version="0.3.0" />
|
|
<gap:plugin name="cordova-plugin-whitelist" source="npm" />
|
|
<access origin="*" />
|
|
<gap:plugin name="cordova-plugin-ios-longpress-fix" version="1.1.0" source="npm" />
|
|
<preference name="FadeSplashScreen" value="false" />
|
|
<preference name="ShowSplashScreenSpinner" value="false" />
|
|
</widget> |