Sign in
android
/
platform
/
sdk
/
refs/heads/android10-qpr2-s1-release
/
.
/
eclipse
/
plugins
/
com.android.ide.eclipse.adt
/
templates
/
activity.template
blob: ee17fb82ac87f53ba89f10930a967ad2c67ff3d8 [
file
] [
log
] [
blame
] [
edit
]
<activity
android:name
=
"ACTIVITY_NAME"
android:label
=
"APPLICATION_NAME"
>
<intent-filter>
<action
android:name
=
"android.intent.action.MAIN"
/>
INTENT_FILTERS
</intent-filter>
</activity>