|
|
@@ -313,11 +313,13 @@ |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.IdentityInformationUploadActivity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 签约 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 签约 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.ContractActivity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 支付 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 支付 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.DefrayActivity" |
|
|
|
android:launchMode="singleTop" |
|
|
@@ -397,84 +399,104 @@ |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.mail.InfoTabActivity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 审核第一步 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 审核第一步 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.order.AuditingStep1Activity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 审核第2步 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 审核第2步 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.order.AuditingStep2Activity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 充值记录 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 充值记录 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.after.RechargeRecordActivity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 申请退款 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 申请退款 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.after.ApplyReturnMoneyActivity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 撤销圈存 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 撤销圈存 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.after.UndoLoopActivity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 忘记密码第一步 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 忘记密码第一步 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.user.ForgetPwdStep1Activity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 忘记密码第二步 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 忘记密码第二步 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.user.ForgetPwdStep2Activity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" |
|
|
|
android:windowSoftInputMode="adjustPan" /> <!-- 忘记密码第三步 --> |
|
|
|
android:windowSoftInputMode="adjustPan" /> |
|
|
|
<!-- 忘记密码第三步 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.user.ForgetPwdStep3Activity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 修改密码 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 修改密码 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.user.EditPwdActivity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 申请换货第一步 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 申请换货第一步 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.order.ApplyExGoodsStep1Activity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 申请换货第二步 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 申请换货第二步 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.order.ApplyExGoodsStep2Activity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 申请退货第1步 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 申请退货第1步 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.order.ApplyReturnGoodsStep1Activity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 申请退货第2步 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 申请退货第2步 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.order.ApplyReturnGoodsStep2Activity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 取消订单第1步 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 取消订单第1步 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.order.CancelOrderStep1Activity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 取消订单第2步 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 取消订单第2步 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.order.CancelOrderStep2Activity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 确认收货第1步 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 确认收货第1步 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.order.ConfirmReceiveGoodsStep1Activity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 确认收货第2步 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 确认收货第2步 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.order.ConfirmReceiveGoodsStep2Activity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 查看物流 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 查看物流 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.order.OrderLogisticsActivity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 修改订单地址 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 修改订单地址 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.order.EditOrderAddrActivity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 更换ETC设备 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 更换ETC设备 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.after.ReplaceEtcStep1Activity" |
|
|
|
android:launchMode="singleTop" |
|
|
@@ -494,7 +516,8 @@ |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.after.ReplaceEtcStep5Activity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 设备注销 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 设备注销 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.after.LogoutEtcStep1Activity" |
|
|
|
android:launchMode="singleTop" |
|
|
@@ -506,7 +529,8 @@ |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.after.CommonDealSuccessActivity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 欠费补缴 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 欠费补缴 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.after.PayTheArrearsStep0Activity" |
|
|
|
android:launchMode="singleTop" |
|
|
@@ -522,7 +546,8 @@ |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.after.PayTheArrearsStep3Activity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 余额补领 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 余额补领 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.after.BalanceReplacementStep1Activity" |
|
|
|
android:launchMode="singleTop" |
|
|
@@ -534,15 +559,18 @@ |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.after.LogoutEtcReturnMoneyActivity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 卡签启用、停用 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 卡签启用、停用 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.after.StartStopEtcActivity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 卡签续期 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 卡签续期 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.after.RenewCardObuActivity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> <!-- 储值卡转记账卡 --> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!-- 储值卡转记账卡 --> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.after.PetCardToAccountCardStep1Activity" |
|
|
|
android:launchMode="singleTop" |
|
|
@@ -563,15 +591,16 @@ |
|
|
|
android:name=".project.ui.activity.after.PetCardToAccountCardStep5Activity" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<<<<<<< HEAD |
|
|
|
|
|
|
|
<!--解除车牌占用--> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.my.RemoveLicensePlateOccupation" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.my.SuccessfulApplication" |
|
|
|
======= |
|
|
|
|
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!--设备升级--> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.after.EquipmentUpgradeActivity" |
|
|
@@ -581,9 +610,8 @@ |
|
|
|
<!--卡Pin码解锁--> |
|
|
|
<activity |
|
|
|
android:name=".project.ui.activity.after.CardUnlockPinActivity" |
|
|
|
>>>>>>> 608485d102c8918ccb12ac6df40307a7260bccc2 |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
</application> |
|
|
|
|
|
|
|
</manifest> |
|
|
|
</application> |
|
|
|
</manifest> |