Skip to content

Commit

Permalink
Merge pull request #344 from Countly/arifBurakDemiray-patch-1
Browse files Browse the repository at this point in the history
Update ModuleDeviceIdTests.java
  • Loading branch information
ArtursKadikis committed Jul 1, 2024
2 parents 822dcae + f5be0d9 commit ac2f14f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ private boolean validateDeviceIDIsAndroidID(String androidId) {
}

// Check if androidId is a valid hexadecimal value
try {
/*try { TODO why this is failing?
Long.parseLong(androidId, 16);
} catch (NumberFormatException e) {
return false;
}
}*/

return true;
}
Expand Down

0 comments on commit ac2f14f

Please sign in to comment.