allwinner_a64/android/sdk/eclipse/plugins/com.android.ide.eclipse.adt/templates/activity.template
2018-08-08 20:16:11 +08:00

7 lines
260 B
Text

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