1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ package =" com.insthub.ecmobile"
4
+ android : versionCode =" 4"
5
+ android : versionName =" 3.0.0" >
6
+
7
+ <uses-sdk
8
+ android : minSdkVersion =" 8"
9
+ android : targetSdkVersion =" 17" />
10
+
11
+ <uses-permission android : name =" android.permission.CAMERA" />
12
+ <uses-feature android : name =" android.hardware.camera.autofocus" />
13
+
14
+ <uses-permission android : name =" android.permission.RECORD_AUDIO" />
15
+ <uses-permission android : name =" android.permission.CHANGE_NETWORK_STATE" />
16
+ <uses-permission android : name =" android.permission.INTERNET" />
17
+ <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
18
+ <uses-permission android : name =" android.permission.ACCESS_WIFI_STATE" />
19
+ <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
20
+ <uses-permission android : name =" android.permission.SYSTEM_ALERT_WINDOW" />
21
+ <uses-permission android : name =" android.permission.READ_PHONE_STATE" />
22
+ <uses-permission android : name =" android.permission.BROADCAST_STICKY" />
23
+ <uses-permission android : name =" android.permission.WRITE_SETTINGS" />
24
+ <uses-permission android : name =" android.permission.VIBRATE" />
25
+ <uses-permission android : name =" android.permission.SYSTEM_ALERT_WINDOW" />
26
+ <uses-permission android : name =" android.permission.DISABLE_KEYGUARD" />
27
+ <uses-permission android : name =" android.permission.ACCESS_COARSE_LOCATION" />
28
+ <uses-permission android : name =" android.permission.ACCESS_FINE_LOCATION" />
29
+ <uses-permission android : name =" android.permission.CALL_PHONE" />
30
+ <uses-permission android : name =" android.permission.RECEIVE_BOOT_COMPLETED" />
31
+ <uses-permission android : name =" android.permission.ACCESS_DOWNLOAD_MANAGER" />
32
+ <uses-permission android : name =" android.permission.DOWNLOAD_WITHOUT_NOTIFICATION" />
33
+
34
+ <application
35
+ android : name =" com.insthub.ecmobile.EcmobileApp"
36
+ android : icon =" @drawable/ecmobile_logo"
37
+ android : label =" @string/app_name"
38
+ android : theme =" @style/AppTheme" android : logo =" @drawable/icon"
39
+ android : screenOrientation =" portrait"
40
+ android : allowBackup =" false" >
41
+ <meta-data
42
+ android : name =" AA_DB_NAME"
43
+ android : value =" ecmobile.db" />
44
+ <meta-data
45
+ android : name =" AA_DB_VERSION"
46
+ android : value =" 3" />
47
+
48
+ <activity android : name =" com.insthub.ecmobile.activity.EcmobileMainActivity"
49
+ android : screenOrientation =" portrait"
50
+ android : windowSoftInputMode =" stateHidden|adjustPan"
51
+ android : launchMode =" singleTask" >
52
+ </activity >
53
+
54
+ <activity android : name =" com.insthub.BeeFramework.activity.StartActivity"
55
+ android : screenOrientation =" portrait"
56
+ android : windowSoftInputMode =" stateHidden|adjustPan" >
57
+ <intent-filter >
58
+ <action android : name =" android.intent.action.MAIN" />
59
+ <category android : name =" android.intent.category.LAUNCHER" />
60
+ </intent-filter >
61
+ </activity >
62
+
63
+ <activity android : name =" com.insthub.ecmobile.activity.A0_SigninActivity"
64
+ android : launchMode =" singleTask"
65
+ android : screenOrientation =" portrait" />
66
+
67
+ <activity android : name =" com.insthub.ecmobile.activity.A1_SignupActivity"
68
+ android : windowSoftInputMode =" stateHidden|adjustPan"
69
+ android : screenOrientation =" portrait" />
70
+
71
+ <activity android : name =" com.insthub.ecmobile.activity.B1_ProductListActivity"
72
+ android : windowSoftInputMode =" stateHidden"
73
+ android : screenOrientation =" portrait" />
74
+
75
+
76
+ <activity android : name =" com.insthub.ecmobile.activity.B2_ProductDetailActivity"
77
+ android : windowSoftInputMode =" stateHidden"
78
+ android : screenOrientation =" portrait" />
79
+
80
+ <activity android : name =" com.insthub.ecmobile.activity.B3_ProductPhotoActivity"
81
+ android : screenOrientation =" portrait" />
82
+
83
+ <activity android : name =" com.insthub.ecmobile.activity.B4_ProductParamActivity"
84
+ android : screenOrientation =" portrait" />
85
+
86
+ <activity android : name =" com.insthub.ecmobile.activity.B5_ProductCommentActivity"
87
+ android : screenOrientation =" portrait" />
88
+
89
+ <activity android : name =" com.insthub.ecmobile.activity.B6_ProductDescActivity"
90
+ android : screenOrientation =" portrait" />
91
+
92
+ <activity android : name =" com.insthub.ecmobile.activity.C0_ShoppingCartActivity"
93
+ android : screenOrientation =" portrait" />
94
+
95
+ <activity android : name =" com.insthub.ecmobile.activity.C1_CheckOutActivity"
96
+ android : screenOrientation =" portrait"
97
+ android : theme =" @style/ContentOverlay"
98
+ />
99
+ <activity android : name =" com.insthub.ecmobile.activity.C2_PaymentActivity"
100
+ android : screenOrientation =" portrait" />
101
+
102
+ <activity android : name =" com.insthub.ecmobile.activity.C3_DistributionActivity"
103
+ android : screenOrientation =" portrait" />
104
+
105
+ <activity android : name =" com.insthub.ecmobile.activity.C4_InvoiceActivity"
106
+ android : screenOrientation =" portrait"
107
+ android : windowSoftInputMode =" stateHidden|adjustPan" />
108
+
109
+ <activity android : name =" com.insthub.ecmobile.activity.C5_BonusActivity"
110
+ android : screenOrientation =" portrait" />
111
+
112
+ <activity android : name =" com.insthub.ecmobile.activity.C6_RedEnvelopeActivity"
113
+ android : screenOrientation =" portrait" />
114
+
115
+ <activity android : name =" com.insthub.ecmobile.activity.D1_CategoryActivity"
116
+ android : windowSoftInputMode =" stateHidden|adjustPan"
117
+ android : screenOrientation =" portrait" />
118
+
119
+ <activity android : name =" com.insthub.ecmobile.activity.D2_FilterActivity" >
120
+ </activity >
121
+
122
+ <activity android : name =" com.insthub.ecmobile.activity.E4_HistoryActivity"
123
+ android : screenOrientation =" portrait" />
124
+
125
+ <activity android : name =" com.insthub.ecmobile.activity.E5_CollectionActivity"
126
+ android : screenOrientation =" portrait" />
127
+
128
+ <activity android : name =" com.insthub.ecmobile.activity.E6_ShippingStatusActivity"
129
+ android : screenOrientation =" portrait" />
130
+
131
+ <activity android : name =" com.insthub.ecmobile.activity.F0_AddressListActivity"
132
+ android : screenOrientation =" portrait" />
133
+
134
+ <activity android : name =" com.insthub.ecmobile.activity.F1_NewAddressActivity"
135
+ android : screenOrientation =" portrait"
136
+ android : windowSoftInputMode =" stateHidden" />
137
+
138
+ <activity android : name =" com.insthub.ecmobile.activity.F2_EditAddressActivity"
139
+ android : screenOrientation =" portrait"
140
+ android : windowSoftInputMode =" stateHidden" />
141
+ <activity android : name =" com.insthub.ecmobile.activity.F3_RegionPickActivity"
142
+ android : screenOrientation =" portrait"
143
+ android : theme =" @style/dialog" />
144
+
145
+ <activity android : name =" com.insthub.ecmobile.activity.G0_SettingActivity"
146
+ android : screenOrientation =" portrait" />
147
+
148
+ <activity android : name =" com.insthub.ecmobile.activity.G1_HelpActivity"
149
+ android : screenOrientation =" portrait" />
150
+
151
+ <activity android : name =" com.insthub.ecmobile.activity.G2_InfoActivity"
152
+ android : screenOrientation =" portrait" />
153
+
154
+ <activity android : name =" com.insthub.ecmobile.activity.GalleryImageActivity"
155
+ android : screenOrientation =" portrait" />
156
+
157
+
158
+ <activity android : name =" com.insthub.ecmobile.activity.AppOutActivity"
159
+ android : screenOrientation =" portrait" />
160
+
161
+
162
+ <activity android : name =" com.insthub.ecmobile.activity.ShareActivity"
163
+ android : screenOrientation =" portrait"
164
+ android : theme =" @style/dialog" >
165
+ <intent-filter >
166
+ <action android : name =" com.sina.weibo.sdk.action.ACTION_SDK_REQ_ACTIVITY" />
167
+ <category android : name =" android.intent.category.DEFAULT" />
168
+ </intent-filter >
169
+ </activity >
170
+
171
+ <activity android : name =" com.insthub.ecmobile.activity.PayWebActivity"
172
+ android : screenOrientation =" portrait" />
173
+
174
+ <activity android : name =" com.insthub.ecmobile.activity.HelpWebActivity"
175
+ android : screenOrientation =" portrait" />
176
+
177
+ <activity android : name =" com.insthub.ecmobile.activity.BannerWebActivity"
178
+ android : screenOrientation =" portrait" />
179
+
180
+ <activity android : name =" com.insthub.ecmobile.activity.ShareWebActivity"
181
+ android : screenOrientation =" portrait" />
182
+
183
+
184
+
185
+ <activity android : name =" com.insthub.ecmobile.activity.SpecificationActivity"
186
+ android : screenOrientation =" portrait"
187
+ android : theme =" @style/dialog" />
188
+
189
+ <activity android : name =" com.insthub.BeeFramework.activity.FullScreenPhotoActivity"
190
+ android : screenOrientation =" portrait" />
191
+
192
+
193
+ <activity android : name =" com.insthub.BeeFramework.activity.WebViewActivity"
194
+ android : screenOrientation =" portrait" />
195
+
196
+ <activity android : name =" com.insthub.ecmobile.activity.ShareTencentActivity"
197
+ android : screenOrientation =" portrait" />
198
+
199
+ <activity android : name =" com.insthub.BeeFramework.activity.ActivityLifeCycleActivity"
200
+ android : screenOrientation =" portrait" />
201
+ <activity android : name =" com.insthub.BeeFramework.activity.MemoryMessageActivity"
202
+ android : screenOrientation =" portrait" />
203
+ <activity android : name =" com.insthub.BeeFramework.activity.DebugMessageListActivity"
204
+ android : screenOrientation =" portrait" />
205
+ <activity android : name =" com.insthub.BeeFramework.activity.CrashLogActivity"
206
+ android : screenOrientation =" portrait" />
207
+ <activity android : name =" com.insthub.BeeFramework.activity.CrashLogDetailActivity"
208
+ android : screenOrientation =" portrait" />
209
+ <activity android : name =" com.insthub.BeeFramework.activity.DebugCancelDialogActivity"
210
+ android : screenOrientation =" portrait"
211
+ android : theme =" @style/dialog" />
212
+ <activity android : name =" com.insthub.BeeFramework.activity.DebugDetailActivity"
213
+ android : screenOrientation =" portrait" />
214
+
215
+ <activity android : name =" com.insthub.BeeFramework.activity.DebugTabActivity"
216
+ android : screenOrientation =" portrait" />
217
+ <activity android : name =" com.insthub.BeeFramework.activity.FloatViewSettingActivity"
218
+ android : screenOrientation =" portrait" />
219
+
220
+ <activity android : name =" com.insthub.ecmobile.activity.AlixPayActivity"
221
+ android : screenOrientation =" portrait"
222
+ />
223
+
224
+ <service android : name =" com.insthub.BeeFramework.service.MemoryService" >
225
+ <intent-filter android : priority =" 1000" >
226
+ <action android : name =" com.insthub.BeeFramework.service.MemoryService" />
227
+ </intent-filter >
228
+ </service >
229
+
230
+ <service android : name =" com.insthub.BeeFramework.service.NetworkStateService" >
231
+ <intent-filter android : priority =" 1000" >
232
+ <action android : name =" com.BeeFramework.NetworkStateService" />
233
+ </intent-filter >
234
+ </service >
235
+
236
+ <activity
237
+ android : name =" com.tencent.weibo.sdk.android.component.PublishActivity"
238
+ android : windowSoftInputMode =" adjustPan" >
239
+ </activity >
240
+ <activity
241
+ android : name =" com.tencent.weibo.sdk.android.component.GeneralInterfaceActivity"
242
+ android : windowSoftInputMode =" adjustPan" >
243
+ </activity >
244
+ <activity
245
+ android : name =" com.tencent.weibo.sdk.android.component.ConversationActivity"
246
+ android : windowSoftInputMode =" adjustPan" >
247
+ </activity >
248
+ <activity
249
+ android : name =" com.tencent.weibo.sdk.android.component.FriendActivity"
250
+ android : windowSoftInputMode =" adjustPan" >
251
+ </activity >
252
+ <activity android : name =" com.tencent.weibo.sdk.android.component.Authorize" >
253
+ </activity >
254
+ <activity android : name =" com.tencent.weibo.sdk.android.component.GeneralDataShowActivity" >
255
+ </activity >
256
+ <activity android : name =" com.tencent.weibo.sdk.android.component.ReAddActivity" >
257
+ </activity >
258
+ <activity android : name =" com.alipay.android.app.sdk.WapPayActivity" android : screenOrientation =" portrait" >
259
+ </activity >
260
+
261
+ <!-- push service client -->
262
+ <receiver android : name =" com.insthub.BeeFramework.service.PushMessageReceiver" >
263
+ <intent-filter >
264
+ <!-- 接收push消息 -->
265
+ <action android : name =" com.baidu.android.pushservice.action.MESSAGE" />
266
+ <!-- 接收bind,unbind,fetch,delete等反馈消息 -->
267
+ <action android : name =" com.baidu.android.pushservice.action.RECEIVE" />
268
+ <action android : name =" com.baidu.android.pushservice.action.notification.CLICK" />
269
+ </intent-filter >
270
+ </receiver >
271
+
272
+ <!-- push service -->
273
+ <receiver android : name =" com.baidu.android.pushservice.PushServiceReceiver"
274
+ android : process =" :bdservice_v1" >
275
+ <intent-filter >
276
+ <action android : name =" android.intent.action.BOOT_COMPLETED" />
277
+ <action android : name =" android.net.conn.CONNECTIVITY_CHANGE" />
278
+ <action android : name =" com.baidu.android.pushservice.action.notification.SHOW" />
279
+ <action android : name =" com.baidu.android.pushservice.action.media.CLICK" />
280
+ </intent-filter >
281
+ </receiver >
282
+
283
+ <receiver android : name =" com.baidu.android.pushservice.RegistrationReceiver"
284
+ android : process =" :bdservice_v1" >
285
+ <intent-filter >
286
+ <action android : name =" com.baidu.android.pushservice.action.METHOD" />
287
+ <action android : name =" com.baidu.android.pushservice.action.BIND_SYNC" />
288
+ </intent-filter >
289
+ <intent-filter >
290
+ <action android : name =" android.intent.action.PACKAGE_REMOVED" />
291
+ <data android : scheme =" package" />
292
+ </intent-filter >
293
+ </receiver >
294
+
295
+ <service
296
+ android : name =" com.baidu.android.pushservice.PushService"
297
+ android : exported =" true"
298
+ android : process =" :bdservice_v1" />
299
+
300
+ </application >
301
+
302
+ </manifest >
0 commit comments