|
@@ -10,7 +10,7 @@
|
|
|
<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" />-->
|
|
|
|
|
|
|
+ <!-- <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> -->
|
|
|
<uses-permission android:name="android.permission.CHANGE_CONFIGURATION" />
|
|
<uses-permission android:name="android.permission.CHANGE_CONFIGURATION" />
|
|
|
|
|
|
|
|
<application
|
|
<application
|
|
@@ -114,12 +114,9 @@
|
|
|
android:screenOrientation="portrait" />
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
<activity
|
|
|
android:name=".FullScreenLoginActivity"
|
|
android:name=".FullScreenLoginActivity"
|
|
|
- android:label="@string/title_activity_full_screen_login">
|
|
|
|
|
- <intent-filter>
|
|
|
|
|
- <action android:name="android.intent.action.MAIN" />
|
|
|
|
|
|
|
+ android:label="@string/title_activity_full_screen_login"
|
|
|
|
|
+ android:theme="@style/Theme.AppCompat.DayNight.NoActionBar">
|
|
|
|
|
|
|
|
- <category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
|
- </intent-filter>
|
|
|
|
|
</activity>
|
|
</activity>
|
|
|
<activity
|
|
<activity
|
|
|
android:name=".testfullActivity"
|
|
android:name=".testfullActivity"
|
|
@@ -136,14 +133,14 @@
|
|
|
android:name=".POP.PopActivity"
|
|
android:name=".POP.PopActivity"
|
|
|
android:label="@string/app_name"
|
|
android:label="@string/app_name"
|
|
|
android:stateNotNeeded="true"
|
|
android:stateNotNeeded="true"
|
|
|
- android:windowSoftInputMode="stateHidden|adjustResize"
|
|
|
|
|
- android:theme="@style/Theme.AppCompat.Light" />
|
|
|
|
|
|
|
+ android:theme="@style/Theme.AppCompat.Light"
|
|
|
|
|
+ android:windowSoftInputMode="stateHidden|adjustResize" />
|
|
|
<activity
|
|
<activity
|
|
|
android:name=".Model.ModelActivity"
|
|
android:name=".Model.ModelActivity"
|
|
|
android:label="@string/app_name"
|
|
android:label="@string/app_name"
|
|
|
android:stateNotNeeded="true"
|
|
android:stateNotNeeded="true"
|
|
|
- android:windowSoftInputMode="stateHidden|adjustResize"
|
|
|
|
|
- android:theme="@style/Theme.AppCompat.Light" />
|
|
|
|
|
|
|
+ android:theme="@style/Theme.AppCompat.Light"
|
|
|
|
|
+ android:windowSoftInputMode="stateHidden|adjustResize" />
|
|
|
<activity
|
|
<activity
|
|
|
android:name=".PhotoList.PhotoListActivity"
|
|
android:name=".PhotoList.PhotoListActivity"
|
|
|
android:stateNotNeeded="true"
|
|
android:stateNotNeeded="true"
|
|
@@ -158,8 +155,20 @@
|
|
|
android:theme="@style/Theme.AppCompat.Light" />
|
|
android:theme="@style/Theme.AppCompat.Light" />
|
|
|
<activity
|
|
<activity
|
|
|
android:name=".UploadList.UploadListActivity"
|
|
android:name=".UploadList.UploadListActivity"
|
|
|
- android:theme="@style/Theme.AppCompat.Light"></activity>
|
|
|
|
|
- <activity android:name=".TaskActivity" android:theme="@style/Theme.AppCompat.Light"></activity>
|
|
|
|
|
|
|
+ android:theme="@style/Theme.AppCompat.Light" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name=".TaskActivity"
|
|
|
|
|
+ android:theme="@style/Theme.AppCompat.Light" />
|
|
|
|
|
+ <activity android:name=".SplashActivity"
|
|
|
|
|
+ android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
|
|
|
|
+ >
|
|
|
|
|
+ <intent-filter>
|
|
|
|
|
+ <action android:name="android.intent.action.MAIN" />
|
|
|
|
|
+
|
|
|
|
|
+ <category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
|
+ </intent-filter>
|
|
|
|
|
+
|
|
|
|
|
+ </activity>
|
|
|
</application>
|
|
</application>
|
|
|
|
|
|
|
|
</manifest>
|
|
</manifest>
|