Updated on 2026-08-14

This commit is contained in:
Tangem 2018-08-09 19:10:35 +03:00
parent 80b3aba688
commit a38a751d2c
9 changed files with 121 additions and 0 deletions

View file

@ -127,6 +127,11 @@
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
<activity
android:name="com.tangem.presentation.activity.SettingsDebugActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
</application>
</manifest>