Google’s system basically keeps all the security of a SIM PIN, while removing all the inconvenience. Just make sure you jot down the Android-managed PIN somewhere secure, in case your phone ever dies ...
fun main() { val count = beerLeft() val talk = getString(R.strings.beer_message) val msg = "$count $talk" } fun beerLeft(): Int { return 42 } In strings.xml <string ...