Community
Participate
Working Groups
// Check the scheme ids.
final String schemeId = binding.getSchemeId();
found = false;
for (int j = 0; j < activeSchemeIds.length; j++) {
if (activeSchemeIds != null) {
if (Util.equals(schemeId, activeSchemeIds[j])) {
found = true;
break;
}
if (!found) {