Rev 265 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 265 | chris | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
||
| 3 | package="com.gebauz.pingk" |
||
| 4 | android:versionCode="1" |
||
| 5 | android:versionName="1.0" > |
||
| 6 | |||
| 7 | <uses-sdk android:minSdkVersion="8" /> |
||
| 8 | |||
| 9 | <application |
||
| 10 | android:icon="@drawable/ic_launcher" |
||
| 272 | chris | 11 | android:label="@string/app_name" > |
| 12 | <activity android:name=".PingkFullAppOld" |
||
| 13 | android:label="@string/app_name"> |
||
| 14 | <intent-filter> |
||
| 15 | <action android:name="android.intent.action.MAIN" /> |
||
| 16 | <category android:name="android.intent.category.LAUNCHER" /> |
||
| 17 | </intent-filter> |
||
| 18 | </activity> |
||
| 265 | chris | 19 | </application> |
| 20 | |||
| 21 | </manifest> |