aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.adt/templates/activity.template
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/templates/activity.template')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/templates/activity.template7
1 files changed, 7 insertions, 0 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/templates/activity.template b/eclipse/plugins/com.android.ide.eclipse.adt/templates/activity.template
new file mode 100644
index 000000000..ee17fb82a
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/templates/activity.template
@@ -0,0 +1,7 @@
+ <activity android:name="ACTIVITY_NAME"
+ android:label="APPLICATION_NAME">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+INTENT_FILTERS
+ </intent-filter>
+ </activity>