/[projects]/android/People/AndroidManifest.xml
ViewVC logotype

Diff of /android/People/AndroidManifest.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 247 by torben, Wed Aug 5 10:56:02 2009 UTC revision 248 by torben, Sun Aug 9 21:59:05 2009 UTC
# Line 6  Line 6 
6      <application android:icon="@drawable/gfoslogosmall" android:label="@string/app_name">      <application android:icon="@drawable/gfoslogosmall" android:label="@string/app_name">
7            
8          <activity android:name=".PeopleList"          <activity android:name=".PeopleList"
9                    android:label="@string/app_name">                    android:label="@string/app_name"
10                      android:screenOrientation="portrait">
11              <intent-filter>              <intent-filter>
12                  <action android:name="android.intent.action.MAIN" />                  <action android:name="android.intent.action.MAIN" />
13                  <category android:name="android.intent.category.LAUNCHER" />                  <category android:name="android.intent.category.LAUNCHER" />

Legend:
Removed from v.247  
changed lines
  Added in v.248

  ViewVC Help
Powered by ViewVC 1.1.20