|
@@ -1,7 +1,7 @@
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
- package="com.sambath.sbc">
|
|
|
|
|
|
+ package="com.sambath.sbc" >
|
|
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
@@ -17,7 +17,10 @@
|
|
android:supportsRtl="true"
|
|
android:supportsRtl="true"
|
|
android:theme="@style/AppTheme"
|
|
android:theme="@style/AppTheme"
|
|
android:usesCleartextTraffic="true"
|
|
android:usesCleartextTraffic="true"
|
|
- tools:targetApi="m">
|
|
|
|
|
|
+ tools:targetApi="m" >
|
|
|
|
+ <activity
|
|
|
|
+ android:name=".app.MainActivity"
|
|
|
|
+ android:exported="false" />
|
|
<activity
|
|
<activity
|
|
android:name=".screen.register.RegisterActivity"
|
|
android:name=".screen.register.RegisterActivity"
|
|
android:exported="false" />
|
|
android:exported="false" />
|
|
@@ -38,7 +41,7 @@
|
|
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
|
|
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
|
|
android:exported="true"
|
|
android:exported="true"
|
|
android:screenOrientation="sensorPortrait"
|
|
android:screenOrientation="sensorPortrait"
|
|
- android:windowSoftInputMode="adjustResize">
|
|
|
|
|
|
+ android:windowSoftInputMode="adjustResize" >
|
|
<intent-filter>
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.MAIN" />
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
|