aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt/templates/activity.template
blob: e91d6024b46a67e1f85560980324b2230a94da44 (plain)
1
2
3
4
5
6
7
        <activity android:name=".ACTIVITY_NAME"
                  android:label="APPLICATION_NAME">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
INTENT_FILTERS
            </intent-filter>
        </activity>