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, 0 insertions, 7 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
deleted file mode 100644
index ee17fb82a..000000000
--- a/eclipse/plugins/com.android.ide.eclipse.adt/templates/activity.template
+++ /dev/null
@@ -1,7 +0,0 @@
- <activity android:name="ACTIVITY_NAME"
- android:label="APPLICATION_NAME">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
-INTENT_FILTERS
- </intent-filter>
- </activity>