aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.adt/templates/AndroidManifest.template
blob: e8975a06c5c5a52a20f50156c5a528a2a91d5547 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
      package="PACKAGE"
      android:versionCode="1"
      android:versionName="1.0">
USES-SDK
TEST-INSTRUMENTATION
    <application android:icon="@drawable/ic_launcher" android:label="APPLICATION_NAME">
ACTIVITIES
TEST-USES-LIBRARY
    </application>
</manifest>