~salgado/tomdroid/two-way-sync-ignoring-templates

« back to all changes in this revision

Viewing changes to AndroidManifest.xml

  • Committer: Rodja Trappe
  • Date: 2010-05-24 06:36:42 UTC
  • Revision ID: rodja@zed-20100524063642-ubpderjr7k6d0c3y
Added sync icon to Actionbar

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
3
      package="org.tomdroid"
4
4
      android:versionName="0.3.1" android:versionCode="4">
5
 
      
6
 
        <uses-sdk android:minSdkVersion="3" />
7
5
 
 
6
        <uses-sdk android:minSdkVersion="3"
 
7
                  android:targetSdkVersion="4" />
 
8
          
 
9
    <supports-screens android:anyDensity="true" />
 
10
                       
8
11
        <application 
9
12
                android:icon="@drawable/icon"
10
13
                android:label="@string/app_name"
44
47
        />
45
48
        
46
49
        <activity android:name=".ui.PreferencesActivity" android:label="@string/app_name">
47
 
                </activity>
48
 
</application>
49
 
        <uses-permission android:name="android.permission.INTERNET" />
 
50
        </activity>
 
51
    </application>
 
52
    
 
53
         <uses-permission android:name="android.permission.INTERNET" />
50
54
</manifest>