OSDN Git Service

android-2.1_r1 snapshot
[android-x86/sdk.git] / eclipse / plugins / com.android.ide.eclipse.adt / templates / activity.template
1         <activity android:name=".ACTIVITY_NAME"
2                   android:label="APPLICATION_NAME">
3             <intent-filter>
4                 <action android:name="android.intent.action.MAIN" />
5 INTENT_FILTERS
6             </intent-filter>
7         </activity>