|
|
@@ -11,50 +11,46 @@
|
|
|
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
|
|
|
|
|
|
<application>
|
|
|
+ <activity
|
|
|
+ android:name="com.yingyangfly.home.hospital.HospitalActivity"
|
|
|
+ android:configChanges="keyboardHidden|orientation|screenSize"
|
|
|
+ android:screenOrientation="landscape"
|
|
|
+ android:windowSoftInputMode="adjustResize|adjustPan" />
|
|
|
<activity
|
|
|
android:name="com.yingyangfly.home.activity.HomeActivity"
|
|
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
|
|
android:launchMode="singleTask"
|
|
|
android:screenOrientation="landscape"
|
|
|
android:windowSoftInputMode="adjustResize|adjustPan" />
|
|
|
-
|
|
|
<activity
|
|
|
android:name="com.yingyangfly.home.evaluation.EvaluationActivity"
|
|
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
|
|
- android:launchMode="singleTask"
|
|
|
android:screenOrientation="landscape"
|
|
|
android:windowSoftInputMode="adjustResize|adjustPan" />
|
|
|
-
|
|
|
<activity
|
|
|
android:name="com.yingyangfly.home.evaluation.EvaluationResultActivity"
|
|
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
|
|
- android:launchMode="singleTask"
|
|
|
android:screenOrientation="landscape"
|
|
|
android:windowSoftInputMode="adjustResize|adjustPan" />
|
|
|
-
|
|
|
<activity
|
|
|
android:name="com.yingyangfly.home.evaluation.EvaluationHistoryActivity"
|
|
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
|
|
- android:launchMode="singleTask"
|
|
|
android:screenOrientation="landscape"
|
|
|
android:windowSoftInputMode="adjustResize|adjustPan" />
|
|
|
-
|
|
|
<activity
|
|
|
android:name="com.yingyangfly.home.evaluation.BindingEvaluationActivity"
|
|
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
|
|
- android:launchMode="singleTask"
|
|
|
android:screenOrientation="landscape"
|
|
|
android:windowSoftInputMode="adjustResize|adjustPan" />
|
|
|
-
|
|
|
<activity
|
|
|
android:name="com.yingyangfly.home.evaluation.ReviewResultDetailActivity"
|
|
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
|
|
- android:launchMode="singleTask"
|
|
|
android:screenOrientation="landscape"
|
|
|
android:windowSoftInputMode="adjustResize|adjustPan" />
|
|
|
|
|
|
- <service android:name="com.yingyangfly.home.updater.service.DownloadService"
|
|
|
- android:exported="false"/>
|
|
|
+ <service
|
|
|
+ android:name="com.yingyangfly.home.updater.service.DownloadService"
|
|
|
+ android:exported="false" />
|
|
|
|
|
|
<provider
|
|
|
android:name="com.yingyangfly.home.updater.provider.AppUpdaterFileProvider"
|
|
|
@@ -63,7 +59,7 @@
|
|
|
android:grantUriPermissions="true">
|
|
|
<meta-data
|
|
|
android:name="android.support.FILE_PROVIDER_PATHS"
|
|
|
- android:resource="@xml/app_updater_paths"/>
|
|
|
+ android:resource="@xml/app_updater_paths" />
|
|
|
</provider>
|
|
|
</application>
|
|
|
|