Updated on 2026-08-14
This commit is contained in:
parent
bd03f61333
commit
26be445734
15 changed files with 59 additions and 106 deletions
|
|
@ -2,6 +2,7 @@ package com.tangem.presentation.activity;
|
|||
|
||||
import android.app.Activity;
|
||||
import android.content.Intent;
|
||||
import android.content.pm.ActivityInfo;
|
||||
import android.content.res.ColorStateList;
|
||||
import android.graphics.Color;
|
||||
import android.nfc.NfcAdapter;
|
||||
|
|
@ -39,6 +40,8 @@ public class PurgeActivity extends AppCompatActivity implements NfcAdapter.Reade
|
|||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.activity_purge);
|
||||
|
||||
setRequestedOrientation (ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);
|
||||
|
||||
mNfcManager = new NfcManager(this, this);
|
||||
|
||||
MainActivity.Companion.commonInit(getApplicationContext());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue