Fixes to make it work with the cancer that is Android 1.5

This commit is contained in:
Brock Whitten
2010-03-03 17:07:15 -08:00
parent 6b269b85d2
commit c750109bd7
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -38,6 +38,6 @@
<action android:name="android.intent.action.PICK" />
</activity>
</application>
<uses-sdk android:minSdkVersion="5" />
<uses-sdk android:minSdkVersion="3" />
</manifest>