| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| Xavier Ducrohet | 20b4a87 | 2009-08-25 14:49:43 -0700 | [diff] [blame] | 2 | <!-- |
| 3 | ALIAS PROJECTS ARE CURRENT NOT SUPPORTED. |
| 4 | THIS FILE IS CURRENTLY BROKEN AND SHOULD NOT BE USED. |
| 5 | --> |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 6 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| 7 | package="PACKAGE" |
| 8 | android:versionCode="1" |
| 9 | android:versionName="1.0"> |
| 10 | <application android:hasCode="false"> |
| 11 | <activity android:name="android.app.AliasActivity" android:label="@string/app_name"> |
| 12 | <intent-filter> |
| 13 | <action android:name="android.intent.action.MAIN" /> |
| 14 | <category android:name="android.intent.category.LAUNCHER" /> |
| 15 | </intent-filter> |
| 16 | <meta-data android:name="android.app.alias" android:resource="@xml/alias" /> |
| 17 | </activity> |
| 18 | </application> |
| 19 | </manifest> |