forked from omni/OmniCards
feat: added code scanning
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user