mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
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:
parent
a853429282
commit
fbae6e32e9
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue