396397398399400401402403404405406
try { final Destination dest = DestinationFactory.getReceiverDestination(URI .create(uriStr)); if (dest != null) { dest.destroy(); } } catch (final Exception e) { alertDialog(e.toString()); } }