Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- device = deviceIterator.next();
- manager.requestPermission(device, mPermissionIntent);
- i += "n" + "DeviceID: " + device.getDeviceId() + "n"
- + "DeviceName: " + device.getDeviceName() + "n"
- + "DeviceClass: " + device.getDeviceClass() + " - "
- + "DeviceSubClass: " + device.getDeviceSubclass() + "n"
- + "VendorID: " + device.getVendorId() + "n"
- + "ProductID: " + device.getProductId() + "n";
Add Comment
Please, Sign In to add comment