/[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 924 by torben, Sat Jun 26 14:24:49 2010 UTC revision 925 by torben, Sun Jun 27 10:41:10 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="10">        android:versionName="1.0" android:versionCode="11">
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"/>
20                    
21      </application>      </application>
22            

Legend:
Removed from v.924  
changed lines
  Added in v.925

  ViewVC Help
Powered by ViewVC 1.1.20