mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 13:04:05 -08:00
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:
parent
8976d86915
commit
6adefb84dd
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue