Forgot the min SDK is 2, not 3

This commit is contained in:
Joe Bowser 2010-03-30 12:02:08 -07:00
parent 72fd058b9e
commit 69e580136a

View File

@ -38,6 +38,6 @@
<action android:name="android.intent.action.PICK" />
</activity>
</application>
<uses-sdk android:minSdkVersion="3" />
<uses-sdk android:minSdkVersion="2" />
</manifest>