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

Diff of /android/AndroidUtils/AndroidManifest.xml

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

revision 1121 by torben, Fri Sep 24 09:45:14 2010 UTC revision 1122 by torben, Fri Sep 24 09:48:14 2010 UTC
# Line 4  Line 4 
4        android:versionCode="1"        android:versionCode="1"
5        android:versionName="1.0">        android:versionName="1.0">
6      <application android:label="@string/app_name">      <application android:label="@string/app_name">
         <activity android:name="ACTIVITY_ENTRY_NAME"  
                   android:label="@string/app_name">  
             <intent-filter>  
                 <action android:name="android.intent.action.MAIN" />  
                 <category android:name="android.intent.category.LAUNCHER" />  
             </intent-filter>  
         </activity>  
7      </application>      </application>
8  </manifest>  </manifest>

Legend:
Removed from v.1121  
changed lines
  Added in v.1122

  ViewVC Help
Powered by ViewVC 1.1.20