Updated on 2026-08-14
This commit is contained in:
parent
61ef397705
commit
96c04894eb
5 changed files with 16 additions and 14 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue