[ 
https://issues.apache.org/jira/browse/CB-12144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15672309#comment-15672309
 ] 

sulthan allaudeen commented on CB-12144:
----------------------------------------

<?xml version='1.0' encoding='utf-8'?>
<widget id="com.sulthanallaudeen.sa" version="1.0.0" 
xmlns="http://www.w3.org/ns/widgets"; 
xmlns:cdv="http://cordova.apache.org/ns/1.0";>
    <name>sa</name>
    <description>
        Sulthan Allaudeen's Personal App
    </description>
    <author email="s...@sulthanallaudeen.com" 
href="http://www.suthanallaudeen.com";>
        Sulthan Allaudeen
    </author>
    <icon src="www/asset/img/logo.png" />
    <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="android">
        <allow-intent href="market:*" />
        <splash src="www/asset/img/screen.png" density="land-hdpi"/>
        <splash src="www/asset/img/screen.png" density="land-ldpi"/>
        <splash src="www/asset/img/screen.png" density="land-mdpi"/>
        <splash src="www/asset/img/screen.png" density="land-xhdpi"/>
        <splash src="www/asset/img/screen.png" density="port-hdpi"/>
        <splash src="www/asset/img/screen.png" density="port-ldpi"/>
        <splash src="www/asset/img/screen.png" density="port-mdpi"/>
        <splash src="www/asset/img/screen.png" density="port-xhdpi"/>
    </platform>
    <platform name="ios">
        <allow-intent href="itms:*" />
        <allow-intent href="itms-apps:*" />
    </platform>
</widget>


Above is my config.xml file

I am using the latest version of cordova and android client version

> App icon not displaying
> -----------------------
>
>                 Key: CB-12144
>                 URL: https://issues.apache.org/jira/browse/CB-12144
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>            Reporter: sulthan allaudeen
>
> Previously i have given the app icon inside www/img/logo.png
> It displayed the default app icon, 
> but now, i have updated the app icon res/mipmap-mdpi/icon.png. 
> Still it is displaying the default app icon only. How can i fix this ?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to