~tomdroid-dev/tomdroid/rework-auth-error-handling

« back to all changes in this revision

Viewing changes to AndroidManifest.xml

  • Committer: Olivier Bilodeau
  • Date: 2008-11-19 07:01:14 UTC
  • Revision ID: olivier@bottomlesspit.org-20081119070114-9l1ih1cpc97mx2ky
A string and a button! Yay!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
 
3
      package="org.tomdroid"
 
4
      android:versionCode="1" android:versionName="0.1.0">
 
5
    <application android:icon="@drawable/icon" android:label="@string/app_name">
 
6
        <activity android:name=".tomdroid"
 
7
                  android:label="@string/app_name">
 
8
            <intent-filter>
 
9
                <action android:name="android.intent.action.MAIN" />
 
10
                <category android:name="android.intent.category.LAUNCHER" />
 
11
            </intent-filter>
 
12
        </activity>
 
13
    </application>
 
14
</manifest> 
 
 
b'\\ No newline at end of file'