mirror of
https://github.com/zxing/zxing.git
synced 2025-01-12 19:57:27 -08:00
'Blacklist' Geeksphone as they don't seem to report expected camera params
git-svn-id: https://zxing.googlecode.com/svn/trunk@1264 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
73063a9f20
commit
cb247250ac
|
@ -39,7 +39,7 @@ public final class HelpActivity extends Activity {
|
||||||
|
|
||||||
private static final String TAG = HelpActivity.class.getName();
|
private static final String TAG = HelpActivity.class.getName();
|
||||||
|
|
||||||
private static final String[] BUGGY_MODEL_SUBSTRINGS = {"Behold II", "Pulse"};
|
private static final String[] BUGGY_MODEL_SUBSTRINGS = {"Behold II", "Pulse", "Geeksphone"};
|
||||||
private static final Uri BUGGY_URI =
|
private static final Uri BUGGY_URI =
|
||||||
Uri.parse("http://code.google.com/p/zxing/wiki/FrequentlyAskedQuestions");
|
Uri.parse("http://code.google.com/p/zxing/wiki/FrequentlyAskedQuestions");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue