Working Camera Attempt, need to merge back into trunk

This commit is contained in:
Joe Bowser
2009-07-31 13:52:45 -07:00
parent 66c3a47067
commit df6eaf4f9d
5 changed files with 59 additions and 33 deletions
+5
View File
@@ -23,6 +23,11 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".CameraPreview"
android:label="@string/app_name" android:screenOrientation="landscape"
android:configChanges="orientation|keyboardHidden">
<action android:name="android.intent.action.PICK" />
</activity>
</application>