Updated on 2026-08-14

This commit is contained in:
Tangem 2018-11-01 17:42:20 +03:00
commit 1b480d32ca
12 changed files with 195 additions and 25 deletions

View file

@ -53,6 +53,8 @@ class MainActivity : AppCompatActivity(), NfcAdapter.ReaderCallback, CardProtoco
const val EXTRA_LAST_DISCOVERED_TAG = "extra_last_tag"
fun callingIntent(context: Context) = Intent(context, MainActivity::class.java)
fun commonInit(context: Context) {
if (PINStorage.needInit())
PINStorage.Init(context)