/[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 925 by torben, Sun Jun 27 10:41:10 2010 UTC revision 1185 by torben, Tue Nov 2 17:08:57 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="11">        android:versionName="17" android:versionCode="17">
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.925  
changed lines
  Added in v.1185

  ViewVC Help
Powered by ViewVC 1.1.20