Skip to content

Instantly share code, notes, and snippets.

@twocity
Created October 22, 2015 08:37
Show Gist options
  • Save twocity/9f8e024291ebbdecd5c7 to your computer and use it in GitHub Desktop.
Save twocity/9f8e024291ebbdecd5c7 to your computer and use it in GitHub Desktop.
android meta data
WIFI_MAC_ADDRESS
BLUETOOTH_MAC_ADDRESS
ANDROID_ID
// IMEI
ANDROID_DEVICE_ID
/** A hardware serial number, if available.  Alphanumeric only, case-insensitive. */ 
ANDROID_SERIAL
// 安装后生成的唯一ID
INSTALL_ID

以上*不保证*都能获取到
@timfeirg
Copy link

不会全都没有吧。。我这需要至少一个出现才行,全都拿不到的话就不要发起请求了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment