|
@@ -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.khmer9.yuki">
|
|
|
|
|
|
+ package="com.khmer9.sbcmain">
|
|
|
|
|
|
<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" />
|
|
@@ -12,7 +12,7 @@
|
|
android:name="firebase_crashlytics_collection_enabled"
|
|
android:name="firebase_crashlytics_collection_enabled"
|
|
android:value="${enableCrashlytic}" />
|
|
android:value="${enableCrashlytic}" />
|
|
<application
|
|
<application
|
|
- android:name="com.khmer9.yuki.app.App"
|
|
|
|
|
|
+ android:name="com.khmer9.sbcmain.app.App"
|
|
android:allowBackup="false"
|
|
android:allowBackup="false"
|
|
android:hardwareAccelerated="true"
|
|
android:hardwareAccelerated="true"
|
|
android:icon="@mipmap/ic_launcher"
|
|
android:icon="@mipmap/ic_launcher"
|
|
@@ -22,19 +22,19 @@
|
|
android:usesCleartextTraffic="true"
|
|
android:usesCleartextTraffic="true"
|
|
tools:targetApi="m">
|
|
tools:targetApi="m">
|
|
<activity
|
|
<activity
|
|
- android:name="com.khmer9.yuki.app.ShareActivity"
|
|
|
|
|
|
+ android:name="com.khmer9.sbcmain.app.ShareActivity"
|
|
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
|
|
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
|
|
android:label="@string/app_name"
|
|
android:label="@string/app_name"
|
|
android:screenOrientation="sensorPortrait"
|
|
android:screenOrientation="sensorPortrait"
|
|
android:windowSoftInputMode="adjustResize" />
|
|
android:windowSoftInputMode="adjustResize" />
|
|
<activity
|
|
<activity
|
|
- android:name="com.khmer9.yuki.screen.login.LoginActivity"
|
|
|
|
|
|
+ android:name="com.khmer9.sbcmain.screen.login.LoginActivity"
|
|
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
|
|
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
|
|
android:label="@string/app_name"
|
|
android:label="@string/app_name"
|
|
android:screenOrientation="sensorPortrait"
|
|
android:screenOrientation="sensorPortrait"
|
|
android:windowSoftInputMode="adjustResize" />
|
|
android:windowSoftInputMode="adjustResize" />
|
|
<activity
|
|
<activity
|
|
- android:name="com.khmer9.yuki.screen.splash.SplashScreenActivity"
|
|
|
|
|
|
+ android:name="com.khmer9.sbcmain.screen.splash.SplashScreenActivity"
|
|
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"
|