Add check activity

This commit is contained in:
martindhy
2021-07-04 13:08:03 +08:00
parent 19b53e6e87
commit 347f2cbc71
17 changed files with 106 additions and 111 deletions

View File

@@ -2,4 +2,11 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.module.check">
<application>
<activity
android:name=".CheckActivity"
android:launchMode="singleTask"
android:screenOrientation="landscape" />
</application>
</manifest>