Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version='1.0' encoding='utf-8'?>
- <widget id="com.bla.app" version="1.0.42" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
- <name>My app</name>
- <description>
- My app is great
- </description>
- <author email="[email protected]" href="http://www.bla.com">
- Me
- </author>
- <content src="index.html" />
- <!-- <preference name="permissions" value="none" /> -->
- <preference name="orientation" value="portrait" />
- <preference name="target-device" value="universal" />
- <preference name="fullscreen" value="false" />
- <!-- <preference name="webviewbounce" value="true" /> -->
- <!-- <preference name="prerendered-icon" value="true" /> -->
- <!-- <preference name="stay-in-webview" value="false" /> -->
- <preference name="SplashScreen" value="splash" />
- <preference name="SplashScreenDelay" value="1000" />
- <preference name="SplashMaintainAspectRatio" value="true" />
- <preference name="android-minSdkVersion" value="21" />
- <preference name="AndroidLaunchMode" value="singleTop"/>
- <preference name="loadUrlTimeoutValue" value="50000" />
- <plugin name="cordova-plugin-whitelist" spec="1" />
- <access origin="*" />
- <allow-intent href="http://*/*" />
- <allow-intent href="https://*/*" />
- <allow-intent href="tel:*" />
- <allow-intent href="sms:*" />
- <allow-intent href="mailto:*" />
- <allow-intent href="geo:*" />
- <platform name="android">
- <allow-intent href="market:*" />
- <icon src="www/res/icon/android/icon_48_mdpi.png" density="ldpi" />
- <icon src="www/res/icon/android/icon_48_mdpi.png" density="mdpi" />
- <icon src="www/res/icon/android/icon_72_hdpi.png" density="hdpi" />
- <icon src="www/res/icon/android/icon_96_xhdpi.png" density="xhdpi" />
- <icon src="www/res/icon/android/icon_144_xxhdpi.png" density="xxhdpi" />
- <icon src="www/res/icon/android/icon_192_xxxhdpi.png" density="xxxhdpi" />
- </platform>
- <!-- Urban Airship app credentials -->
- <!-- <preference name="com.urbanairship.production_app_key" value="Your Production App Key" /> -->
- <!-- <preference name="com.urbanairship.production_app_secret" value="Your Production App Secret" /> -->
- <preference name="com.urbanairship.development_app_key" value="app key" />
- <preference name="com.urbanairship.development_app_secret" value="app secret" />
- <!-- Required for Android. -->
- <preference name="com.urbanairship.gcm_sender" value="Your GCM Sender ID" />
- <!-- If the app is in production or not -->
- <preference name="com.urbanairship.in_production" value="false" />
- <!-- Optional config values -->
- <!-- Enable push when the application launches -->
- <preference name="com.urbanairship.enable_push_onlaunch" value="true" />
- <!-- Override the Android notification icon -->
- <preference name="com.urbanairship.notification_icon" value="ic_notification" />
- <!-- Specify the notification accent color for Android API 21+ (Lollipop) -->
- <preference name="com.urbanairship.notification_accent_color" value="#0000ff" />
- <!-- Clear the iOS badge on launch -->
- <!-- <preference name="com.urbanairship.clear_badge_onlaunch" value="true | false" /> -->
- <!-- <platform name="ios">
- <allow-intent href="itms:*" />
- <allow-intent href="itms-apps:*" />
- </platform> -->
- </widget>
Advertisement
Add Comment
Please, Sign In to add comment