Android documentation refers to Build.FINGERPRINT as a way to uniquely identify the build. I’d like to know how this property is generated. I’m compiling whole framework on my board and it’s set by default to unknown. Another question is if Market uses this identifier as some kind of validation?
Android documentation refers to Build.FINGERPRINT as a way to uniquely identify the build. I’d
Share
See here for an overview of Build.FINGERPRINT:
I do know that you do need to have your platform certified (which yes, includes providing your fingerprint so that Market can display only those apps that your device is able to run) before being licensed to use the Market.