Sha256: 27cafb6d228d02a0ff2a54c21aa712b3c4a9ecd369fae5c0f4d4bb06a6bd71a8

Contents?: true

Size: 698 Bytes

Versions: 3

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="13" />

    <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

3 entries across 3 versions & 1 rubygems

Version Path
acouchi-0.0.14 examples/AcouchiSample/AndroidManifest.xml
acouchi-0.0.13 examples/AcouchiSample/AndroidManifest.xml
acouchi-0.0.12 examples/AcouchiSample/AndroidManifest.xml