AndroidManifest.xml 9.41 KB
Newer Older
1
<?xml version="1.0" encoding="utf-8"?>
konghaorui committed
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
          package="com.yidianling.user">
4 5

    <application>
6 7 8
        <activity android:name=".mine.AccountUnRegisterActivity"
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme"/>
9 10 11 12
        <activity android:name=".ui.login.BindPhoneActivity"
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme"
            />
13
        <activity
YKai committed
14 15 16
            android:name=".ui.LoginActivity"
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
17
        <activity
YKai committed
18 19 20
            android:name=".ui.CountryListActivity"
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
21
        <activity
YKai committed
22 23 24
            android:name=".ui.InputPhoneActivity"
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
25
        <activity
YKai committed
26 27 28 29
            android:name=".ui.SmsLoginActivity"
            android:label="验证码"
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
30
        <activity
YKai committed
31 32 33
            android:name=".ui.GetIdentifyingCodeActivity"
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
34
        <activity
YKai committed
35 36 37
            android:name=".ui.FillInfoActivity"
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
38
        <activity
YKai committed
39 40 41
            android:name=".safePrivate.CheckPasswordActivity"
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
42
        <activity
YKai committed
43 44 45
            android:name=".safePrivate.FingerPrintCheckActivity"
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
46
        <activity
YKai committed
47 48 49
            android:name=".safePrivate.HandUnlockCheckActivity"
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
50
        <activity
YKai committed
51 52 53
            android:name=".safePrivate.PrivacyActivity"
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
54
        <activity
YKai committed
55 56 57
            android:name=".safePrivate.SetFingerPrintActivity"
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
58
        <activity
YKai committed
59 60 61
            android:name=".safePrivate.SetHandUnLockActivity"
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
62
        <activity
YKai committed
63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
            android:name=".ui.login.RegisterAndLoginActivity"
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
        <activity
            android:name=".ui.login.VerificationCodeActivity"
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
        <activity
            android:name=".ui.login.InputPassWordActivity"
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
        <activity
            android:name=".ui.login.H5Activity"
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
        <activity
            android:name=".wxapi.WXEntryActivity"
            android:exported="true"
            android:launchMode="singleTop" />
徐健 committed
82 83 84
        <activity
            android:name=".ui.login.SecretActivity"
            android:exported="true"
YKai committed
85 86
            android:launchMode="singleTop"
            android:theme="@style/platform_NoTitleTheme" />
ydl committed
87
        <activity
88
            android:name=".mine.AboutUsActivity"
YKai committed
89 90
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
ydl committed
91
        <activity
92
            android:name=".mine.AccountHistoryActivity"
YKai committed
93 94
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
ydl committed
95
        <activity
96
            android:name=".mine.AccountSettingActivity"
YKai committed
97 98
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
ydl committed
99
        <activity
100
            android:name=".mine.ContactCustomerServiceActivity"
YKai committed
101 102
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
ydl committed
103
        <activity
104
            android:name=".mine.FeedBackActivity"
ydl committed
105 106 107
            android:screenOrientation="portrait"
            android:windowSoftInputMode="adjustPan|stateUnspecified" />
        <activity
108
            android:name=".mine.MyFeedBackActivity"
YKai committed
109 110
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
ydl committed
111
        <activity
112
            android:name=".mine.FeedBackSuccessActivity"
YKai committed
113 114
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
ydl committed
115
        <activity
116
            android:name=".mine.HelpActivity"
YKai committed
117 118
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
ydl committed
119
        <activity
120
            android:name=".mine.NotificationsSettingActivity"
YKai committed
121 122
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
刘鹏 committed
123 124 125 126 127
        <!--个性化开关-->
        <activity
            android:name=".mine.PersionalizeSettingActivity"
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
ydl committed
128
        <activity
129
            android:name=".mine.PersonalDesActivity"
YKai committed
130 131
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
ydl committed
132
        <activity
133
            android:name=".mine.PersonalInfoActivity"
YKai committed
134 135
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
ydl committed
136
        <activity
137
            android:name=".mine.RechargeActivity"
YKai committed
138 139
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
ydl committed
140
        <activity
141
            android:name=".mine.SetInfoActivity"
YKai committed
142 143
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
ydl committed
144
        <activity
145
            android:name=".mine.WithDrawActivity"
YKai committed
146 147
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
ydl committed
148
        <activity
149
            android:name=".mine.WithDrawSuccessActivity"
YKai committed
150 151
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
ydl committed
152
        <activity
153
            android:name=".mine.ChooseAccountActivity"
YKai committed
154 155
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
ydl committed
156
        <activity
157
            android:name=".mine.EditAccountActivity"
YKai committed
158 159
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
160
        <!--添加提现账号-->
ydl committed
161
        <activity
162
            android:name=".mine.AddAccountActivity"
163
            android:screenOrientation="portrait" />
ydl committed
164
        <activity
165
            android:name=".mine.RechargeResultActivity"
YKai committed
166 167
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
ydl committed
168
        <activity
169
            android:name=".mine.PwdCheckActivity"
YKai committed
170 171
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
ydl committed
172
        <activity
173
            android:name=".mine.PhoneChangeActivity"
YKai committed
174 175
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
konghaorui committed
176
        <activity
YKai committed
177 178 179 180
            android:name=".mine.SendRedPacketActivity"
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme"
            android:windowSoftInputMode="adjustResize" />
181
        <activity
YKai committed
182 183 184 185
            android:name=".mine.ReceiveRedPacketActivity"
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme"
            android:windowSoftInputMode="adjustResize" />
徐健 committed
186 187 188 189 190 191 192
        <activity
            android:name=".ui.collect.CollectSexAndBirthActivity"
            android:exported="true"
            android:launchMode="singleTop" />
        <activity
            android:name=".ui.collect.CollectFocusActivity"
            android:exported="true"
193
            android:launchMode="singleTop" /> <!-- 联通电信授权页 -->
YKai committed
194 195 196 197 198
        <activity
            android:name="com.mobile.auth.gatewayauth.LoginAuthActivity"
            android:configChanges="orientation|keyboardHidden|screenSize"
            android:exported="false"
            android:launchMode="singleTop"
199
            android:theme="@style/authsdk_activity_dialog" /> <!-- 协议页面webview -->
YKai committed
200 201 202 203 204
        <activity
            android:name="com.mobile.auth.gatewayauth.activity.AuthWebVeiwActivity"
            android:configChanges="orientation|keyboardHidden|screenSize"
            android:exported="false"
            android:launchMode="singleTop"
205
            android:screenOrientation="behind" /> <!-- 移动授权页 -->
YKai committed
206 207 208 209 210
        <activity
            android:name="com.cmic.sso.sdk.activity.LoginAuthActivity"
            android:configChanges="orientation|keyboardHidden|screenSize"
            android:exported="false"
            android:launchMode="singleTop" />
211 212 213
    </application>

</manifest>