Skip to content

Instantly share code, notes, and snippets.

@amsterdatech
Created March 17, 2020 23:50
Show Gist options
  • Save amsterdatech/d9576a883343a421443b1dcc9600938f to your computer and use it in GitHub Desktop.
Save amsterdatech/d9576a883343a421443b1dcc9600938f to your computer and use it in GitHub Desktop.
// 12 digits
val pseudoId = Build.BOARD.length % 10 + Build.BRAND.length % 10 + Build.DEVICE.length % 10 + Build.DISPLAY.length % 10 + Build.HOST.length % 10 + Build.ID.length % 10 + Build.MANUFACTURER.length % 10 + Build.MODEL.length % 10 + Build.PRODUCT.length % 10+ Build.TAGS.length % 10 + Build.TYPE + Build.USER.length % 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment