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-keys
if the build uses default Android keys (ourtest
builds) -
dev-keys
if the build uses other keys at this place (ourdev
andstable
builds)
What is the improved behavior?
Display
-
test-keys
if the build uses default Android keys -
dev-keys
if the build uses ourdev
keys -
stable-keys
if the build uses ourstable
keys
Maybe we have to use the RELEASE_TYPE
to make it dynamic.
What does it bring?
- Avoid confusion (being on
stable
andread
dev) - Being able to use this variable to let app (especially Apps here) knowing why version the user is onto