hino / _corber / cordova / config.xml
config.xml
Raw
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="id.co.hino.heartsdev" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
    <name>Hino Hearts</name>
    <description>
        Hino Hearts Application
    </description>
    <author email="harry@amn.co.id" href="http://cordova.io">
        AMN Indonesia Team
    </author>
    <content src="index.html"/>
    <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="ios">
        <allow-intent href="itms:*"/>
        <allow-intent href="itms-apps:*"/>
    </platform>
    <platform name="android">
        <allow-intent href="market:*"/>
        <icon id="ldpi" src="res/icon/android/ldpi.png" density="ldpi"/>
        <icon id="mdpi" src="res/icon/android/mdpi.png" density="mdpi"/>
        <icon id="hdpi" src="res/icon/android/hdpi.png" density="hdpi"/>
        <icon id="xhdpi" src="res/icon/android/xhdpi.png" density="xhdpi"/>
        <icon id="xxhdpi" src="res/icon/android/xxhdpi.png" density="xxhdpi"/>
        <icon id="xxxhdpi" src="res/icon/android/xxxhdpi.png" density="xxxhdpi"/>
        <splash id="port-ldpi" src="res/screen/android/port-ldpi.png" density="port-ldpi"/>
        <splash id="land-ldpi" src="res/screen/android/land-ldpi.png" density="land-ldpi"/>
        <splash id="port-mdpi" src="res/screen/android/port-mdpi.png" density="port-mdpi"/>
        <splash id="land-mdpi" src="res/screen/android/land-mdpi.png" density="land-mdpi"/>
        <splash id="port-hdpi" src="res/screen/android/port-hdpi.png" density="port-hdpi"/>
        <splash id="land-hdpi" src="res/screen/android/land-hdpi.png" density="land-hdpi"/>
        <splash id="port-xhdpi" src="res/screen/android/port-xhdpi.png" density="port-xhdpi"/>
        <splash id="land-xhdpi" src="res/screen/android/land-xhdpi.png" density="land-xhdpi"/>
        <splash id="port-xxhdpi" src="res/screen/android/port-xxhdpi.png" density="port-xxhdpi"/>
        <splash id="land-xxhdpi" src="res/screen/android/land-xxhdpi.png" density="land-xxhdpi"/>
        <splash id="port-xxxhdpi" src="res/screen/android/port-xxxhdpi.png" density="port-xxxhdpi"/>
        <splash id="land-xxxhdpi" src="res/screen/android/land-xxxhdpi.png" density="land-xxxhdpi"/>
		<edit-config 
			xmlns:android="http://schemas.android.com/apk/res/android" 
			file="app/src/main/AndroidManifest.xml" 
			mode="merge" 
			target="/manifest/application"> 
			<application android:usesCleartextTraffic="true" /> 
		</edit-config>
    </platform>
    <preference name="AutoHideSplashScreen" value="false"/>
    <preference name="AndroidPersistentFileLocation" value="Internal"/>
    <preference name="AndroidPersistentFileLocation" value="Compatibility"/>
	<preference name="android-targetSdkVersion" value="27" />
</widget>