tangem-app-android-audited/features/tester/impl/src/main/AndroidManifest.xml
2024-02-20 17:48:26 +05:00

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>