Changed to use the Camera Intents to our own peril.

This commit is contained in:
Joe Bowser
2010-06-04 14:54:16 -07:00
parent 653190c6a1
commit 8f18dae2c1
4 changed files with 54 additions and 241 deletions
-5
View File
@@ -32,11 +32,6 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name="com.phonegap.CameraPreview"
android:label="@string/app_name" android:screenOrientation="landscape"
android:configChanges="orientation|keyboardHidden">
<action android:name="android.intent.action.PICK" />
</activity>
</application>
<uses-sdk android:minSdkVersion="2" />