Hi Dianne,

This is my manifest :

<?xml version="1.0" encoding="utf-8"?>

<manifest xmlns:android="http://schemas.android.com/apk/res/android";
      package="www.mypackage.com"
      android:versionCode="1"
      android:versionName="1.0.0"
     >

<uses-permission
android:name="android.permission.SET_PREFERRED_APPLICATIONS" />

    <application
        android:icon="@drawable/fleches"
        android:label="@string/app_name"
        android:process="www.dmailerMobile.com">
        android:icon="@drawable/fleches"
        android:label="@string/app_name">

            <intent-filter>
               <action android:name="android.intent.action.MAIN" />
               <category
android:name="android.intent.category.LAUNCHER" />
               <action
android:name="com.android.contacts.action.LIST_DEFAULT" />
               <category
android:name="android.intent.category.DEFAULT" />
            </intent-filter>

    </activity>
    </application>
</manifest>


Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to