Sha256: 8b2734f04f1bfb2f1f1f7481577c659f8bf8b6cc10901d4dfa7060e1aac42f57

Contents?: true

Size: 1.35 KB

Versions: 11

Compression:

Stored size: 1.35 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" />
    <instrumentation android:targetPackage="#targetPackage#" android:name="sh.calaba.instrumentationbackend.ClearAppData" />

    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION" />
    <uses-permission android:name="android.permission.INTERNET" />

</manifest>

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
calabash-android-0.4.0.pre10 test-server/AndroidManifest.xml
calabash-android-0.4.0.pre9 test-server/AndroidManifest.xml
calabash-android-0.4.0.pre8 test-server/AndroidManifest.xml
calabash-android-0.4.0.pre7 test-server/AndroidManifest.xml
calabash-android-0.4.0.pre6 test-server/AndroidManifest.xml
calabash-android-0.4.0.pre5 test-server/AndroidManifest.xml
calabash-android-0.4.0.pre4 test-server/AndroidManifest.xml
calabash-android-0.4.0.pre3 test-server/AndroidManifest.xml
testautoa-0.4.0 test-server/AndroidManifest.xml
calabash-android-0.4.0.pre2 test-server/AndroidManifest.xml
calabash-android-0.4.0.pre1 test-server/AndroidManifest.xml