feat: added code scanning

This commit is contained in:
2026-06-09 14:39:08 +03:00
parent 1b0d535912
commit 6ef35b5fa2
3 changed files with 46 additions and 6 deletions
+3
View File
@@ -13,12 +13,15 @@
android:theme="@style/Base.Theme.OmniCards">
<activity
android:name=".ShowCardActivity"
android:screenOrientation="portrait"
android:exported="false" />
<activity
android:name=".AddCardActivity"
android:screenOrientation="portrait"
android:exported="false" />
<activity
android:name=".MainActivity"
android:screenOrientation="portrait"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />