Files
android_development/tools/eclipse/plugins/com.android.ide.eclipse.adt/templates/activity.template
The Android Open Source Project 52d4c30ca5 auto import from //depot/cupcake/@135843
2009-03-03 19:29:09 -08:00

7 lines
260 B
Plaintext

<activity android:name=".ACTIVITY_NAME"
android:label="APPLICATION_NAME">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
INTENT_FILTERS
</intent-filter>
</activity>