/utils/AndroidManifest.xml
http://eyes-free.googlecode.com/ · XML · 10 lines · 9 code · 1 blank · 0 comment · 0 complexity · 551e0347c85aa8028c1786eeb096a0f4 MD5 · raw file
- <?xml version="1.0" encoding="utf-8"?>
- <manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.google.marvin.widgets"
- android:versionCode="1"
- android:versionName="1.0">
- <application android:icon="@drawable/icon" android:label="@string/app_name">
- </application>
- <uses-sdk android:minSdkVersion="3" />
- </manifest>