/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-04 15:14:46 UTC
  • Revision ID: edam@waxworlds.org-20100704151446-2yah1u00ml5m3wq9
- added facility to enter a filename (instead of a directory to scan) and just use that

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="1.0">
31
 
 
32
 
        <application android:icon="@drawable/icon"
33
 
                android:label="@string/app_name"
34
 
                android:debuggable="true">
35
 
 
 
30
        android:versionName="0.9.1">
 
31
        <application android:icon="@drawable/icon" android:label="@string/app_name">
36
32
                <activity android:name=".Intro"
37
33
                                android:label="@string/app_name">
38
34
                        <intent-filter>
40
36
                                <category android:name="android.intent.category.LAUNCHER" />
41
37
                        </intent-filter>
42
38
                </activity>
 
39
 
43
40
                <activity android:name=".ConfigureVCF"></activity>
44
41
                <activity android:name=".Merge"></activity>
45
42
                <activity android:name=".Doit"></activity>