Updated on 2026-08-14

This commit is contained in:
Tangem 2018-12-04 19:13:22 +03:00
parent 452c5511bc
commit cd34e37675
6 changed files with 46 additions and 35 deletions

View file

@ -27,5 +27,10 @@ object Constant {
const val REQUEST_CODE_REQUEST_CAMERA_PERMISSIONS = 3
const val EXTRA_LAST_DISCOVERED_TAG = "extra_last_tag"
const val EXTRA_PIN2 = "PIN2"
// LogoActivity
const val EXTRA_AUTO_HIDE = "extra_auto_hide"
const val MILLIS_AUTO_HIDE = 1000
}