Sha256: 7219c80b1adc8ef10276b367dc44777eee5cc7b67debe479a3afd92cf16ac3f4

Contents?: true

Size: 698 Bytes

Versions: 2

Compression:

Stored size: 698 Bytes

Contents

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
      package="com.acouchi.sample"
      android:versionCode="1"
      android:versionName="1.0">

    <uses-sdk android:targetSdkVersion="17" />

    <application android:label="@string/app_name" android:icon="@drawable/ic_launcher">
        <activity android:name="StartupActivity"
                  android:label="@string/app_name">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
    </application>
</manifest>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
acouchi-0.0.11 examples/AcouchiSample/AndroidManifest.xml
acouchi-0.0.10 examples/AcouchiSample/AndroidManifest.xml