Creating Build.FINGERPRINT on Android -


android documentation refers build.fingerprint way uniquely identify build. i'd know how property generated. i'm compiling whole framework on board , it's set default unknown. question if market uses identifier kind of validation?

see here overview of build.fingerprint:

android.os.build.fingerprint: string uniquely identifies build. should reasonably human-readable. must follow template:

$(brand)/$(product)/$(device)/$(board):$(version.release)/$(id)/$(version.incremental):$(type)/$(tags)

for example: acme/mydevice/generic/generic:2.1-update1/erc77/3359:userdebug/test-keys

the fingerprint must not include spaces. if other fields included in template above have spaces, should replaced ascii underscore ("_") character in fingerprint.

i know need have platform certified (which yes, includes providing fingerprint market can display apps device able run) before being licensed use market.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -