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

Diff of /android/Side9/AndroidManifest.xml

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

revision 941 by torben, Sun Jun 27 11:18:21 2010 UTC revision 942 by torben, Wed Jun 30 09:14:22 2010 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="utf-8"?>  <?xml version="1.0" encoding="utf-8"?>
2  <manifest xmlns:android="http://schemas.android.com/apk/res/android"  <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3        package="dk.thoerup.side9"        package="dk.thoerup.side9"
4        android:versionName="1.0" android:versionCode="12">        android:versionName="1.0" android:versionCode="13">
5      <application android:icon="@drawable/icon" android:label="@string/app_name">      <application android:icon="@drawable/icon" android:label="@string/app_name">
6          <receiver android:name="Side9WidgetProvider" >          <receiver android:name="Side9WidgetProvider" >
7              <intent-filter>              <intent-filter>
# Line 16  Line 16 
16          </activity>          </activity>
17                    
18          <activity android:name="PictureOverview"/>          <activity android:name="PictureOverview"/>
19          <activity android:name="PictureView"/>          <activity android:name="PictureView" android:screenOrientation="portrait"/>
20                    
21      </application>      </application>
22            

Legend:
Removed from v.941  
changed lines
  Added in v.942

  ViewVC Help
Powered by ViewVC 1.1.20