10 lines
379 B
XML
10 lines
379 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<application>
|
|
<activity
|
|
android:name="com.tangem.feature.tester.presentation.TesterActivity"
|
|
android:theme="@style/Theme.MaterialComponents.DayNight.NoActionBar"
|
|
android:exported="false" />
|
|
</application>
|
|
</manifest>
|