Changeset 3e9f39e in galcon-client for AndroidManifest.xml


Ignore:
Timestamp:
May 28, 2010, 12:47:31 AM (15 years ago)
Author:
Zero Cool <devnull@…>
Branches:
master
Children:
1291908
Parents:
1a91f0d (diff), 8a4e64f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge with a30e7e8b565e27d0defe9bba05b1e60e10906df6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AndroidManifest.xml

    r1a91f0d r3e9f39e  
    11<?xml version="1.0" encoding="utf-8"?>
    22<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    3       package="com.example.helloandroid"
    4       android:versionCode="1"
    5       android:versionName="1.0">
    6     <application android:icon="@drawable/icon" android:label="@string/app_name">
    7         <activity android:name=".HelloAndroid"
    8                   android:label="@string/app_name">
     3    package="com.example.helloandroid">
     4    <application android:icon="@drawable/app_lunar_lander" android:label="@string/app_name">
     5        <activity android:name="Game">
    96            <intent-filter>
    107                <action android:name="android.intent.action.MAIN" />
    118                <category android:name="android.intent.category.LAUNCHER" />
    129            </intent-filter>
    13         </activity>
    14 
     10                </activity>
    1511    </application>
    1612    <uses-sdk android:minSdkVersion="7" />
    17 
    18 </manifest>
     13</manifest>
Note: See TracChangeset for help on using the changeset viewer.