Skip to content

Commit

Permalink
Update FindEmulator.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsoo committed Dec 20, 2013
1 parent 2b65671 commit fb98747
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion AntiEmulator/src/diff/strazzere/anti/emulator/FindEmulator.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,24 @@
public class FindEmulator {

// Need to check the format of these
// Android emulator support up to 16 concurrent emulator
private static String[] known_numbers = {
"15555215554" // Default emulator phone number
"15555215554", // Default emulator phone numbers
"15555215556",
"15555215558",
"15555215560",
"15555215562",
"15555215564",
"15555215566",
"15555215568",
"15555215570",
"15555215572",
"15555215574",
"15555215576",
"15555215578",
"15555215580",
"15555215582",
"15555215584",
};

private static String[] known_imeis = {
Expand Down

0 comments on commit fb98747

Please sign in to comment.