|
Last change
on this file since 5053d90 was 76819ac, checked in by dportnoy <devnull@…>, 16 years ago |
|
Had to re-add some files I deleted before
|
-
Property mode
set to
100644
|
|
File size:
571 bytes
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="utf-8"?>
|
|---|
| 2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|---|
| 3 | package="com.example.helloandroid">
|
|---|
| 4 | <application android:icon="@drawable/app_lunar_lander" android:label="@string/app_name">
|
|---|
| 5 | <activity android:name="Game">
|
|---|
| 6 | <intent-filter>
|
|---|
| 7 | <action android:name="android.intent.action.MAIN" />
|
|---|
| 8 | <category android:name="android.intent.category.LAUNCHER" />
|
|---|
| 9 | </intent-filter>
|
|---|
| 10 | </activity>
|
|---|
| 11 | </application>
|
|---|
| 12 | <uses-sdk android:minSdkVersion="7" />
|
|---|
| 13 | </manifest>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.