|
|
|
@ -53,6 +53,11 @@
|
|
|
|
|
android:exported="true"
|
|
|
|
|
android:label="@string/app_name"
|
|
|
|
|
android:theme="@style/Theme.AppCompat">
|
|
|
|
|
</activity>
|
|
|
|
|
<activity
|
|
|
|
|
android:name=".LoginActivity"
|
|
|
|
|
android:exported="true"
|
|
|
|
|
android:screenOrientation="portrait">
|
|
|
|
|
<intent-filter>
|
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
|
|
|
|
|
|