mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Blacklist Evo too for camera issue
git-svn-id: https://zxing.googlecode.com/svn/trunk@1451 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
d066265213
commit
296bd49474
|
@ -39,7 +39,12 @@ public final class HelpActivity extends Activity {
|
||||||
private static final String TAG = HelpActivity.class.getSimpleName();
|
private static final String TAG = HelpActivity.class.getSimpleName();
|
||||||
|
|
||||||
// Actually guessing at the Desire's MODEL for now:
|
// Actually guessing at the Desire's MODEL for now:
|
||||||
private static final String[] BUGGY_MODEL_SUBSTRINGS = {"Desire", "Pulse", "Geeksphone"};
|
private static final String[] BUGGY_MODEL_SUBSTRINGS = {
|
||||||
|
"Desire",
|
||||||
|
"Pulse", // Camera doesn't come on
|
||||||
|
"Geeksphone", // Doesn't support YUV?
|
||||||
|
"supersonic", // aka Evo
|
||||||
|
};
|
||||||
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