android_mt6572_jiabo/sdk/eclipse/plugins/com.android.ide.eclipse.adt/templates/AndroidManifest.template
2025-09-05 16:56:03 +08:00

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