|
@@ -2,7 +2,7 @@
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
package="com.usai.redant.photo"
|
|
package="com.usai.redant.photo"
|
|
|
android:versionCode="1"
|
|
android:versionCode="1"
|
|
|
- android:versionName="A140821" >
|
|
|
|
|
|
|
+ android:versionName="A151123" >
|
|
|
|
|
|
|
|
<uses-sdk
|
|
<uses-sdk
|
|
|
android:minSdkVersion="14"
|
|
android:minSdkVersion="14"
|
|
@@ -16,11 +16,11 @@
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
|
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
|
-
|
|
|
|
|
|
|
+<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
|
|
<application
|
|
<application
|
|
|
android:name=".RedAntApplication"
|
|
android:name=".RedAntApplication"
|
|
|
android:allowBackup="true"
|
|
android:allowBackup="true"
|
|
|
- android:icon="@drawable/ic_shipping"
|
|
|
|
|
|
|
+ android:icon="@drawable/ic_launcher"
|
|
|
android:label="@string/app_name"
|
|
android:label="@string/app_name"
|
|
|
android:theme="@style/AppTheme" >
|
|
android:theme="@style/AppTheme" >
|
|
|
<activity
|
|
<activity
|
|
@@ -59,7 +59,7 @@
|
|
|
<activity
|
|
<activity
|
|
|
android:name=".LoginActivity"
|
|
android:name=".LoginActivity"
|
|
|
android:label="@string/app_name"
|
|
android:label="@string/app_name"
|
|
|
- android:screenOrientation="sensorLandscape"
|
|
|
|
|
|
|
+ android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="stateHidden|adjustResize" >
|
|
android:windowSoftInputMode="stateHidden|adjustResize" >
|
|
|
<intent-filter>
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
<action android:name="android.intent.action.MAIN" />
|
|
@@ -87,7 +87,7 @@
|
|
|
<activity
|
|
<activity
|
|
|
android:name=".LockerActivity"
|
|
android:name=".LockerActivity"
|
|
|
android:label="@string/title_activity_locker"
|
|
android:label="@string/title_activity_locker"
|
|
|
- android:screenOrientation="sensorLandscape"
|
|
|
|
|
|
|
+ android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize|stateVisible" >
|
|
android:windowSoftInputMode="adjustResize|stateVisible" >
|
|
|
</activity>
|
|
</activity>
|
|
|
|
|
|
|
@@ -105,13 +105,18 @@
|
|
|
|
|
|
|
|
<activity
|
|
<activity
|
|
|
android:name=".AboutActivity"
|
|
android:name=".AboutActivity"
|
|
|
- android:screenOrientation="sensorLandscape"
|
|
|
|
|
- android:label="@string/title_activity_about" >
|
|
|
|
|
|
|
+ android:label="@string/title_activity_about"
|
|
|
|
|
+ android:screenOrientation="sensorLandscape" >
|
|
|
</activity>
|
|
</activity>
|
|
|
<activity
|
|
<activity
|
|
|
android:name=".LicenseActivity"
|
|
android:name=".LicenseActivity"
|
|
|
- android:screenOrientation="sensorLandscape"
|
|
|
|
|
- android:label="@string/title_activity_license" >
|
|
|
|
|
|
|
+ android:label="@string/title_activity_license"
|
|
|
|
|
+ android:screenOrientation="sensorLandscape" >
|
|
|
|
|
+ </activity>
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name=".ServerSettingActivity"
|
|
|
|
|
+ android:screenOrientation="portrait"
|
|
|
|
|
+ android:label="@string/title_activity_service_setting" >
|
|
|
</activity>
|
|
</activity>
|
|
|
</application>
|
|
</application>
|
|
|
|
|
|