Sha256: edf040065f9a6d0d6d4bd73cac38ec7606fb875fc24e5cd932c048e6cc42794c

Contents?: true

Size: 649 Bytes

Versions: 2

Compression:

Stored size: 649 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">
    <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.2 examples/AcouchiSample/AndroidManifest.xml
acouchi-0.0.1 examples/AcouchiSample/AndroidManifest.xml