/android/import-contacts

To get this branch, use:
bzr branch http://bzr.ed.am/android/import-contacts

« back to all changes in this revision

Viewing changes to AndroidManifest.xml

  • Committer: edam
  • Date: 2010-07-13 19:13:38 UTC
  • Revision ID: edam@waxworlds.org-20100713191338-e23wre83uellvtt4
Tags: 1.0
- updated NEWS, TODO and manifest

Show diffs side-by-side

added added

removed removed

27
27
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
28
28
        package="org.waxworlds.edam.importcontacts"
29
29
        android:versionCode="1"
30
 
        android:versionName="0.9.1">
31
 
        <application android:icon="@drawable/icon" android:label="@string/app_name">
 
30
        android:versionName="1.0">
 
31
 
 
32
        <application android:icon="@drawable/icon"
 
33
                android:label="@string/app_name"
 
34
                android:debuggable="true">
 
35
 
32
36
                <activity android:name=".Intro"
33
37
                                android:label="@string/app_name">
34
38
                        <intent-filter>
36
40
                                <category android:name="android.intent.category.LAUNCHER" />
37
41
                        </intent-filter>
38
42
                </activity>
39
 
 
40
43
                <activity android:name=".ConfigureVCF"></activity>
41
44
                <activity android:name=".Merge"></activity>
42
45
                <activity android:name=".Doit"></activity>