Updated on 2026-08-14
This commit is contained in:
parent
e5876470de
commit
91c52c039c
17 changed files with 398 additions and 13 deletions
10
features/tester/impl/src/main/AndroidManifest.xml
Normal file
10
features/tester/impl/src/main/AndroidManifest.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue