Home | History | Annotate | Download | only in templates
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
      3       package="PACKAGE"
      4       android:versionCode="1"
      5       android:versionName="1.0">
      6     <application android:icon="@drawable/icon" android:label="APPLICATION_NAME">
      7 ACTIVITIES
      8 TEST-USES-LIBRARY
      9     </application>
     10 USES-SDK
     11 TEST-INSTRUMENTATION
     12 </manifest> 
     13