Advertisement
Guest User

Untitled

a guest
Apr 6th, 2020
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.50 KB | None | 0 0
  1. Utilities.CLIENT_DATA.UUID =
  2.                     Build.BOARD.length % 10 + Build.BRAND.length % 10 +
  3.                             Build.DEVICE.length % 10 + Build.DISPLAY.length % 10 +
  4.                             Build.HOST.length % 10 + Build.ID.length % 10 +
  5.                             Build.MANUFACTURER.length % 10 + Build.MODEL.length % 10 +
  6.                             Build.PRODUCT.length % 10 + Build.TAGS.length % 10 +
  7.                             Build.TYPE.length % 10 + Build.USER.length % 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement