/[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 1120 by torben, Fri Sep 24 09:45:14 2010 UTC revision 1129 by torben, Fri Sep 24 11:06:02 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="tk.thoerup.androidutils"        package="dk.thoerup.androidutils"
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.1120  
changed lines
  Added in v.1129

  ViewVC Help
Powered by ViewVC 1.1.20