Unblacklist the Behold 2 since I think we're working around its problem; list the Desire due to busted Contact app

git-svn-id: https://zxing.googlecode.com/svn/trunk@1331 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2010-05-03 21:12:57 +00:00
parent 8976d86915
commit 6adefb84dd

View file

@ -39,7 +39,8 @@ public final class HelpActivity extends Activity {
private static final String TAG = HelpActivity.class.getSimpleName();
private static final String[] BUGGY_MODEL_SUBSTRINGS = {"Behold II", "Pulse", "Geeksphone"};
// Actually guessing at the Desire's MODEL for now:
private static final String[] BUGGY_MODEL_SUBSTRINGS = {"Desire", "Pulse", "Geeksphone"};
private static final Uri BUGGY_URI =
Uri.parse("http://code.google.com/p/zxing/wiki/FrequentlyAskedQuestions");