Let key value reflect the key name
Summary
We would like to let the Build Number field in Settings let the user know which key is used to sign the build.
Currently, in the Build Number field in Settings, we can see which key is used to sign the build.
Description
What is the current behavior?
Currently, in the Build Number, we can see 2 values:
-
test-keysif the build uses default Android keys (ourtestbuilds) -
dev-keysif the build uses other keys at this place (ourdevandstablebuilds)
What is the improved behavior?
Display
-
test-keysif the build uses default Android keys -
dev-keysif the build uses ourdevkeys -
stable-keysif the build uses ourstablekeys
Maybe we have to use the RELEASE_TYPE to make it dynamic.
What does it bring?
- Avoid confusion (being on
stableandreaddev) - Being able to use this variable to let app (especially Apps here) knowing why version the user is onto