Updated on 2026-08-14

This commit is contained in:
Tangem 2023-02-07 17:32:08 +08:00
parent e5876470de
commit 91c52c039c
17 changed files with 398 additions and 13 deletions

View file

@ -0,0 +1,10 @@
<?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>