Guest User

Untitled

a guest
Feb 7th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. device = deviceIterator.next();
  2. manager.requestPermission(device, mPermissionIntent);
  3. i += "n" + "DeviceID: " + device.getDeviceId() + "n"
  4. + "DeviceName: " + device.getDeviceName() + "n"
  5. + "DeviceClass: " + device.getDeviceClass() + " - "
  6. + "DeviceSubClass: " + device.getDeviceSubclass() + "n"
  7. + "VendorID: " + device.getVendorId() + "n"
  8. + "ProductID: " + device.getProductId() + "n";
Add Comment
Please, Sign In to add comment