Sha256: 9802d17cd14fba7a1b5db3a6360241680798ea40425bf95e983c849d198e0454

Contents?: true

Size: 1.07 KB

Versions: 11

Compression:

Stored size: 1.07 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
      package="sh.calaba.android.test"
      android:versionCode="3"
      android:versionName="0.3.0">
    <application android:label="instrumentation_backend">
      <uses-library android:name="android.test.runner" />
      <uses-library android:name="com.google.android.maps" android:required="false" />
      <activity
              android:name="sh.calaba.instrumentationbackend.WakeUp"
              android:label="WakeUp"
              android:exported="true"
              android:launchMode="singleInstance"
              android:finishOnTaskLaunch="true"
              android:stateNotNeeded="true"
              android:noHistory="false"
              android:excludeFromRecents="true"/>
    </application>
    <uses-sdk android:minSdkVersion="4" />
    <instrumentation android:targetPackage="#targetPackage#" android:name="sh.calaba.instrumentationbackend.CalabashInstrumentationTestRunner" />
    <uses-permission android:name="android.permission.INTERNET" />
</manifest> 

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
calabash-android-0.3.4 test-server/AndroidManifest.xml
calabash-android-0.3.3 test-server/AndroidManifest.xml
calabash-android-0.3.3.pre5 test-server/AndroidManifest.xml
calabash-android-0.3.3.pre3 test-server/AndroidManifest.xml
calabash-android-0.3.3.pre2 test-server/AndroidManifest.xml
calabash-android-0.3.3.pre1 test-server/AndroidManifest.xml
calabash-android-0.3.2 test-server/AndroidManifest.xml
calabash-android-0.3.2.pre5 test-server/AndroidManifest.xml
calabash-android-0.3.2.pre4 test-server/AndroidManifest.xml
calabash-android-0.3.2.pre3 test-server/AndroidManifest.xml
calabash-android-0.3.2.pre2 test-server/AndroidManifest.xml