Files
android_development/tools/eclipse/plugins/com.android.ide.eclipse.adt/templates/AndroidManifest.template
Raphael 0b62151cda ADT #1715616: "New Android Test Project" wizard.
Also updates eclipse/changes.txt
2009-05-08 14:06:44 -07:00

13 lines
367 B
XML

<?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">
<application android:icon="@drawable/icon" android:label="APPLICATION_NAME">
ACTIVITIES
TEST-USES-LIBRARY
</application>
USES-SDK
TEST-INSTRUMENTATION
</manifest>