Changed the ZXing Test default email address and bumped the version to 1.11.

git-svn-id: https://zxing.googlecode.com/svn/trunk@1097 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
dswitkin 2009-11-03 23:12:14 +00:00
parent a853429282
commit fbae6e32e9
2 changed files with 4 additions and 4 deletions

View file

@ -16,8 +16,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.zxing.client.androidtest"
android:versionName="1.1"
android:versionCode="2">
android:versionName="1.11"
android:versionCode="3">
<uses-sdk android:minSdkVersion="3"/>
<application android:label="@string/app_name"
android:icon="@drawable/icon"

View file

@ -30,14 +30,14 @@ import android.view.WindowManager;
import android.widget.Toast;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.FileNotFoundException;
public final class CameraTestActivity extends Activity implements SurfaceHolder.Callback {
public static final String GET_CAMERA_PARAMETERS = "GET_CAMERA_PARAMETERS";
private static final String[] EMAIL_ADDRESS = {"zxing@googlegroups.com"};
private static final String[] EMAIL_ADDRESS = {"zxing-external@google.com"};
private SaveThread mSaveThread = null;
private boolean mGetCameraParameters;