tangem-app-android-audited/features/tester/impl/src/main/AndroidManifest.xml
2023-02-07 17:32:08 +08:00

10 lines
No EOL
342 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.tangem.feature.tester.impl">
<application>
<activity
android:name="com.tangem.feature.tester.presentation.TesterActivity"
android:exported="false" />
</application>
</manifest>