|
@@ -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.itant.shibei">
|
|
|
|
|
|
|
+ package="com.miekir.eden">
|
|
|
|
|
|
|
|
<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,22 +17,22 @@
|
|
|
tools:ignore="GoogleAppIndexingWarning"
|
|
tools:ignore="GoogleAppIndexingWarning"
|
|
|
android:requestLegacyExternalStorage="true"
|
|
android:requestLegacyExternalStorage="true"
|
|
|
android:networkSecurityConfig="@xml/network"
|
|
android:networkSecurityConfig="@xml/network"
|
|
|
- android:name=".ui.BeiApplication"
|
|
|
|
|
|
|
+ android:name="com.miekir.eden.ui.BeiApplication"
|
|
|
tools:replace="android:allowBackup">
|
|
tools:replace="android:allowBackup">
|
|
|
<activity
|
|
<activity
|
|
|
- android:name=".ui.TabActivity"
|
|
|
|
|
|
|
+ android:name="com.miekir.eden.ui.TabActivity"
|
|
|
android:label="@string/app_name"
|
|
android:label="@string/app_name"
|
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/SplashTheme">
|
|
android:theme="@style/SplashTheme">
|
|
|
</activity>
|
|
</activity>
|
|
|
|
|
|
|
|
<activity
|
|
<activity
|
|
|
- android:name=".ui.mine.login.LoginActivity"
|
|
|
|
|
|
|
+ android:name="com.miekir.eden.ui.mine.login.LoginActivity"
|
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/TextInputStyle"/>
|
|
android:theme="@style/TextInputStyle"/>
|
|
|
|
|
|
|
|
<activity
|
|
<activity
|
|
|
- android:name=".ui.welcome.WelcomeActivity"
|
|
|
|
|
|
|
+ android:name="com.miekir.eden.ui.welcome.WelcomeActivity"
|
|
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.Welcome">
|
|
android:theme="@style/AppTheme.Welcome">
|
|
@@ -44,69 +44,69 @@
|
|
|
</activity>
|
|
</activity>
|
|
|
|
|
|
|
|
<activity
|
|
<activity
|
|
|
- android:name=".ui.mine.register.RegisterActivity"
|
|
|
|
|
|
|
+ android:name="com.miekir.eden.ui.mine.register.RegisterActivity"
|
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/TextInputStyle"
|
|
android:theme="@style/TextInputStyle"
|
|
|
android:windowSoftInputMode="stateVisible|adjustResize"/>
|
|
android:windowSoftInputMode="stateVisible|adjustResize"/>
|
|
|
|
|
|
|
|
<activity
|
|
<activity
|
|
|
- android:name=".ui.mine.register.fill.FillDataActivity"
|
|
|
|
|
|
|
+ android:name="com.miekir.eden.ui.mine.register.fill.FillDataActivity"
|
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/TextInputStyle" />
|
|
android:theme="@style/TextInputStyle" />
|
|
|
|
|
|
|
|
<activity
|
|
<activity
|
|
|
- android:name=".ui.mine.forget.ForgetActivity"
|
|
|
|
|
|
|
+ android:name="com.miekir.eden.ui.mine.forget.ForgetActivity"
|
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/TextInputStyle" />
|
|
android:theme="@style/TextInputStyle" />
|
|
|
|
|
|
|
|
<activity
|
|
<activity
|
|
|
- android:name=".ui.mine.MineActivity"
|
|
|
|
|
|
|
+ android:name="com.miekir.eden.ui.mine.MineActivity"
|
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/TextInputStyle" />
|
|
android:theme="@style/TextInputStyle" />
|
|
|
|
|
|
|
|
<activity
|
|
<activity
|
|
|
- android:name=".ui.mine.coupon.AddPhotoActivity"
|
|
|
|
|
|
|
+ android:name="com.miekir.eden.ui.mine.coupon.AddPhotoActivity"
|
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/TextInputStyle" />
|
|
android:theme="@style/TextInputStyle" />
|
|
|
|
|
|
|
|
<activity
|
|
<activity
|
|
|
- android:name=".ui.home.search.SearchActivity"
|
|
|
|
|
|
|
+ android:name="com.miekir.eden.ui.home.search.SearchActivity"
|
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/TextInputStyle" />
|
|
android:theme="@style/TextInputStyle" />
|
|
|
|
|
|
|
|
<activity
|
|
<activity
|
|
|
- android:name=".ui.home.tool.json.JsonActivity"
|
|
|
|
|
|
|
+ android:name="com.miekir.eden.ui.home.tool.json.JsonActivity"
|
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/TextInputStyle" />
|
|
android:theme="@style/TextInputStyle" />
|
|
|
|
|
|
|
|
<activity
|
|
<activity
|
|
|
- android:name=".ui.home.tool.weather.WeatherActivity"
|
|
|
|
|
|
|
+ android:name="com.miekir.eden.ui.home.tool.weather.WeatherActivity"
|
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/TextInputStyle" />
|
|
android:theme="@style/TextInputStyle" />
|
|
|
|
|
|
|
|
<activity
|
|
<activity
|
|
|
- android:name=".ui.home.tool.yiji.YijiActivity"
|
|
|
|
|
|
|
+ android:name="com.miekir.eden.ui.home.tool.yiji.YijiActivity"
|
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/TextInputStyle" />
|
|
android:theme="@style/TextInputStyle" />
|
|
|
|
|
|
|
|
<activity
|
|
<activity
|
|
|
- android:name=".ui.home.goods.play.VideoPlayActivity"
|
|
|
|
|
|
|
+ android:name="com.miekir.eden.ui.home.goods.play.VideoPlayActivity"
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
android:screenOrientation="landscape"
|
|
android:screenOrientation="landscape"
|
|
|
android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" />
|
|
android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" />
|
|
|
|
|
|
|
|
<activity
|
|
<activity
|
|
|
- android:name=".ui.home.goods.detail.GoodsDetailActivity"
|
|
|
|
|
|
|
+ android:name="com.miekir.eden.ui.home.goods.detail.GoodsDetailActivity"
|
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/TextInputStyle" />
|
|
android:theme="@style/TextInputStyle" />
|
|
|
|
|
|
|
|
<activity
|
|
<activity
|
|
|
- android:name=".ui.home.goods.detail.MeizhiDetailActivity"
|
|
|
|
|
|
|
+ android:name="com.miekir.eden.ui.home.goods.detail.MeizhiDetailActivity"
|
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.MeizhiDetail" />
|
|
android:theme="@style/AppTheme.MeizhiDetail" />
|
|
|
|
|
|
|
|
<activity
|
|
<activity
|
|
|
- android:name=".ui.mine.fav.MyFavActivity"
|
|
|
|
|
|
|
+ android:name="com.miekir.eden.ui.mine.fav.MyFavActivity"
|
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/TextInputStyle" />
|
|
android:theme="@style/TextInputStyle" />
|
|
|
</application>
|
|
</application>
|