|
@ -4,78 +4,6 @@
|
4
|
4
|
android:versionCode="80"
|
5
|
5
|
android:versionName="3.4.2">
|
6
|
6
|
<!-- 极光 -->
|
7
|
|
<permission
|
8
|
|
android:name="${applicationId}.permission.JPUSH_MESSAGE"
|
9
|
|
android:protectionLevel="signature" /> <!-- 往SDCard写入数据权限 -->
|
10
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
11
|
|
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
|
12
|
|
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
|
13
|
|
<uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
|
14
|
|
<uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
|
15
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
16
|
|
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
17
|
|
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
18
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
19
|
|
<uses-permission android:name="com.android.launcher.permission.READ_SETTINGS" />
|
20
|
|
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
21
|
|
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
|
22
|
|
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
23
|
|
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
24
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
25
|
|
<uses-permission android:name="android.permission.BROADCAST_STICKY" />
|
26
|
|
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
|
27
|
|
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
28
|
|
<uses-permission android:name="android.permission.CALL_PHONE" />
|
29
|
|
<uses-permission android:name="android.permission.CAMERA" />
|
30
|
|
<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
|
31
|
|
<uses-permission android:name="android.permission.GET_TASKS" />
|
32
|
|
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
33
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
34
|
|
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
|
35
|
|
<uses-permission android:name="android.permission.READ_LOGS" />
|
36
|
|
<uses-permission android:name="android.permission.VIBRATE" />
|
37
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
38
|
|
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" /> <!-- 极光 -->
|
39
|
|
<uses-permission android:name="${applicationId}.permission.JPUSH_MESSAGE" />
|
40
|
|
<uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" />
|
41
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
42
|
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <!-- <uses-permission android:name="android.permission.INTERNET" /> -->
|
43
|
|
<!-- <uses-permission android:name="android.permission.WAKE_LOCK" /> -->
|
44
|
|
<!-- <uses-permission android:name="android.permission.READ_PHONE_STATE" /> -->
|
45
|
|
<!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> -->
|
46
|
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
47
|
|
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
|
48
|
|
<uses-permission android:name="android.permission.VIBRATE" /> <!-- <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> -->
|
49
|
|
<!-- <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> -->
|
50
|
|
<!-- <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> -->
|
51
|
|
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" /> <!-- 极光 -->
|
52
|
|
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
53
|
|
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
|
54
|
|
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
55
|
|
<uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
|
56
|
|
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
|
57
|
|
<uses-permission android:name="android.permission.REORDER_TASKS" /> <!-- 【常用】 信鸽SDK所需权限 -->
|
58
|
|
<!-- <uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" /> -->
|
59
|
|
<!-- <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> -->
|
60
|
|
<!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> -->
|
61
|
|
<!-- 【可选】 信鸽SDK所需权限 -->
|
62
|
|
<!-- <uses-permission android:name="android.permission.RESTART_PACKAGES" /> -->
|
63
|
|
<!-- <uses-permission android:name="android.permission.BROADCAST_STICKY" /> -->
|
64
|
|
<!-- <uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" /> -->
|
65
|
|
<!-- <uses-permission android:name="android.permission.READ_LOGS" /> -->
|
66
|
|
<!-- <uses-permission android:name="android.permission.BATTERY_STATS" /> -->
|
67
|
|
<!-- 蓝牙分享所需的权限 -->
|
68
|
|
<!-- <uses-permission android:name="android.permission.BLUETOOTH" /> -->
|
69
|
|
<!-- <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> -->
|
70
|
|
<!-- 权限 : GPS定位 -->
|
71
|
|
<uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
|
72
|
|
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
73
|
|
<uses-permission android:name="android.permission.LOCATION_HARDWARE" />
|
74
|
|
|
75
|
|
<uses-feature android:name="android.hardware.camera" />
|
76
|
|
<uses-feature android:name="android.hardware.camera.autofocus" /> <!-- 权限 : AGPS定位 -->
|
77
|
|
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
78
|
|
|
79
|
7
|
<application
|
80
|
8
|
android:name=".application.MainApplication"
|
81
|
9
|
android:allowBackup="true"
|
|
@ -84,41 +12,12 @@
|
84
|
12
|
android:largeHeap="true"
|
85
|
13
|
android:resizeableActivity="true"
|
86
|
14
|
android:theme="@style/AppTheme">
|
|
15
|
<activity android:name=".activity.RecommendChargingStationActivity"></activity>
|
87
|
16
|
<activity
|
88
|
17
|
android:name=".activity.ChatContentListActivity"
|
89
|
|
android:screenOrientation="portrait"></activity>
|
|
18
|
android:screenOrientation="portrait" />
|
90
|
19
|
<activity android:name=".activity.UserPageActivity" />
|
91
|
20
|
|
92
|
|
<meta-data
|
93
|
|
android:name="com.amap.api.v2.apikey"
|
94
|
|
android:value="fabcfbf869745789b151d0c88e9b4807" />
|
95
|
|
<meta-data
|
96
|
|
android:name="com.baidu.lbsapi.API_KEY"
|
97
|
|
android:value="qmitBFE5Am7H53UVylGwG6b0" /> <!-- android:value="Zl49XczhF1ZFHSWFyBEnGYVz" />开发 -->
|
98
|
|
<meta-data
|
99
|
|
android:name="design_width"
|
100
|
|
android:value="1080" />
|
101
|
|
<meta-data
|
102
|
|
android:name="design_height"
|
103
|
|
android:value="1920" />
|
104
|
|
|
105
|
|
<provider
|
106
|
|
android:name="android.support.v4.content.FileProvider"
|
107
|
|
android:authorities="${applicationId}.provider"
|
108
|
|
android:exported="false"
|
109
|
|
android:grantUriPermissions="true">
|
110
|
|
<meta-data
|
111
|
|
android:name="android.support.FILE_PROVIDER_PATHS"
|
112
|
|
android:resource="@xml/provider_paths" />
|
113
|
|
</provider> <!-- <provider -->
|
114
|
|
<!-- android:name="android.support.v4.content.FileProvider" -->
|
115
|
|
<!-- android:authorities="com.electric.chargingpile.fileprovider" -->
|
116
|
|
<!-- android:exported="true" -->
|
117
|
|
<!-- android:grantUriPermissions="true"> -->
|
118
|
|
<!-- <!–<meta-data–> -->
|
119
|
|
<!-- <!–android:name="android.support.FILE_PROVIDER_PATHS"–> -->
|
120
|
|
<!-- <!–android:resource="@xml/filepaths" />–> -->
|
121
|
|
<!-- </provider> -->
|
122
|
21
|
<activity
|
123
|
22
|
android:name=".activity.WelcomeActivity"
|
124
|
23
|
android:configChanges="keyboardHidden|orientation"
|
|
@ -139,7 +38,7 @@
|
139
|
38
|
android:label="@string/main_name"
|
140
|
39
|
android:launchMode="singleTask"
|
141
|
40
|
android:screenOrientation="portrait"
|
142
|
|
android:windowSoftInputMode="stateHidden|adjustUnspecified" />
|
|
41
|
android:windowSoftInputMode="stateHidden|adjustUnspecified" /> <!-- android:value="Zl49XczhF1ZFHSWFyBEnGYVz" />开发 -->
|
143
|
42
|
<activity
|
144
|
43
|
android:name=".activity.RegisterActivity"
|
145
|
44
|
android:configChanges="keyboardHidden|orientation"
|
|
@ -154,13 +53,22 @@
|
154
|
53
|
android:launchMode="singleTop"
|
155
|
54
|
android:screenOrientation="portrait"
|
156
|
55
|
android:windowSoftInputMode="stateHidden|adjustUnspecified" />
|
|
56
|
|
157
|
57
|
<activity
|
158
|
58
|
android:name=".activity.FeedbackActivity"
|
159
|
59
|
android:configChanges="keyboardHidden|orientation"
|
160
|
60
|
android:label="@string/feedback_name"
|
161
|
61
|
android:launchMode="singleTop"
|
162
|
62
|
android:screenOrientation="portrait"
|
163
|
|
android:windowSoftInputMode="stateHidden|adjustUnspecified" />
|
|
63
|
android:windowSoftInputMode="stateHidden|adjustUnspecified" /> <!-- <provider -->
|
|
64
|
<!-- android:name="android.support.v4.content.FileProvider" -->
|
|
65
|
<!-- android:authorities="com.electric.chargingpile.fileprovider" -->
|
|
66
|
<!-- android:exported="true" -->
|
|
67
|
<!-- android:grantUriPermissions="true"> -->
|
|
68
|
<!-- <!–<meta-data–> -->
|
|
69
|
<!-- <!–android:name="android.support.FILE_PROVIDER_PATHS"–> -->
|
|
70
|
<!-- <!–android:resource="@xml/filepaths" />–> -->
|
|
71
|
<!-- </provider> -->
|
164
|
72
|
<activity
|
165
|
73
|
android:name=".activity.AboutActivity"
|
166
|
74
|
android:configChanges="keyboardHidden|orientation"
|
|
@ -181,7 +89,7 @@
|
181
|
89
|
android:label="@string/my_search_name"
|
182
|
90
|
android:launchMode="singleTop"
|
183
|
91
|
android:screenOrientation="portrait"
|
184
|
|
android:windowSoftInputMode="adjustResize" /> <!-- 微信分享回调 -->
|
|
92
|
android:windowSoftInputMode="adjustResize" />
|
185
|
93
|
<activity
|
186
|
94
|
android:name=".wxapi.WXEntryActivity"
|
187
|
95
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
|
@ -194,14 +102,6 @@
|
194
|
102
|
android:exported="true"
|
195
|
103
|
android:screenOrientation="portrait"
|
196
|
104
|
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
|
197
|
|
|
198
|
|
<meta-data
|
199
|
|
android:name="UMENG_APPKEY"
|
200
|
|
android:value="54c65228fd98c583210001c9" />
|
201
|
|
<meta-data
|
202
|
|
android:name="UMENG_CHANNEL"
|
203
|
|
android:value="${UMENG_CHANNEL_VALUE}" />
|
204
|
|
|
205
|
105
|
<activity
|
206
|
106
|
android:name=".activity.AlterOneActivity"
|
207
|
107
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
|
@ -222,7 +122,7 @@
|
222
|
122
|
android:label="@string/title_activity_share_two"
|
223
|
123
|
android:launchMode="singleTask"
|
224
|
124
|
android:screenOrientation="portrait"
|
225
|
|
android:windowSoftInputMode="adjustPan" />
|
|
125
|
android:windowSoftInputMode="adjustPan" /> <!-- 微信分享回调 -->
|
226
|
126
|
<activity
|
227
|
127
|
android:name=".activity.ZhanDetailsNew"
|
228
|
128
|
android:label="@string/title_activity_zhan_details_new"
|
|
@ -235,6 +135,7 @@
|
235
|
135
|
android:label="@string/title_activity_my_share"
|
236
|
136
|
android:launchMode="singleTop"
|
237
|
137
|
android:screenOrientation="portrait" />
|
|
138
|
|
238
|
139
|
<activity
|
239
|
140
|
android:name=".activity.MyCollectActivity"
|
240
|
141
|
android:configChanges="keyboardHidden|orientation"
|
|
@ -245,6 +146,7 @@
|
245
|
146
|
android:name=".activity.MyAlterActivity"
|
246
|
147
|
android:label="@string/title_activity_my_alter"
|
247
|
148
|
android:screenOrientation="portrait" />
|
|
149
|
|
248
|
150
|
<activity
|
249
|
151
|
android:name=".activity.LoginActivity"
|
250
|
152
|
android:label="@string/title_activity_login"
|
|
@ -485,6 +387,28 @@
|
485
|
387
|
<activity
|
486
|
388
|
android:name=".activity.ZoomingPhotoTextActivity"
|
487
|
389
|
android:launchMode="singleTask"
|
|
390
|
android:screenOrientation="portrait" />
|
|
391
|
<activity
|
|
392
|
android:name=".activity.FindActivity"
|
|
393
|
android:launchMode="singleTask"
|
|
394
|
android:screenOrientation="portrait" />
|
|
395
|
<activity
|
|
396
|
android:name=".activity.ShareMapActivity"
|
|
397
|
android:screenOrientation="portrait" />
|
|
398
|
<activity
|
|
399
|
android:name=".activity.ChargeCostWayActivity"
|
|
400
|
android:screenOrientation="portrait" />
|
|
401
|
<activity
|
|
402
|
android:name=".activity.EDaiJiaActivity"
|
|
403
|
android:screenOrientation="portrait" />
|
|
404
|
<activity
|
|
405
|
android:name=".activity.HomeAdActivity"
|
|
406
|
android:screenOrientation="portrait" />
|
|
407
|
<activity
|
|
408
|
android:name=".activity.HomeWebActivity"
|
|
409
|
android:screenOrientation="portrait" />
|
|
410
|
<activity
|
|
411
|
android:name=".activity.WebQianDaoActivity"
|
488
|
412
|
android:screenOrientation="portrait" /> <!-- 【必须】 信鸽receiver广播接收 -->
|
489
|
413
|
<!-- <receiver -->
|
490
|
414
|
<!-- android:name="com.tencent.android.tpush.XGPushReceiver" -->
|
|
@ -512,7 +436,9 @@
|
512
|
436
|
<!-- <action android:name="android.intent.action" /> -->
|
513
|
437
|
<!-- </intent-filter> -->
|
514
|
438
|
<!-- </activity> -->
|
515
|
|
<service android:name="com.amap.api.location.APSService" /> <!-- 【必须】 信鸽service -->
|
|
439
|
<activity
|
|
440
|
android:name=".activity.SwitchCityActivity"
|
|
441
|
android:screenOrientation="portrait" /> <!-- 【必须】 信鸽service -->
|
516
|
442
|
<!-- <service -->
|
517
|
443
|
<!-- android:name="com.tencent.android.tpush.service.XGPushService" -->
|
518
|
444
|
<!-- android:exported="true" -->
|
|
@ -535,31 +461,6 @@
|
535
|
461
|
<!-- android:name="XG_V2_ACCESS_KEY" -->
|
536
|
462
|
<!-- android:value="AT7Q84BLL26L" /> -->
|
537
|
463
|
<activity
|
538
|
|
android:name=".activity.FindActivity"
|
539
|
|
android:launchMode="singleTask"
|
540
|
|
android:screenOrientation="portrait" />
|
541
|
|
<activity
|
542
|
|
android:name=".activity.ShareMapActivity"
|
543
|
|
android:screenOrientation="portrait" />
|
544
|
|
<activity
|
545
|
|
android:name=".activity.ChargeCostWayActivity"
|
546
|
|
android:screenOrientation="portrait" />
|
547
|
|
<activity
|
548
|
|
android:name=".activity.EDaiJiaActivity"
|
549
|
|
android:screenOrientation="portrait" />
|
550
|
|
<activity
|
551
|
|
android:name=".activity.HomeAdActivity"
|
552
|
|
android:screenOrientation="portrait" />
|
553
|
|
<activity
|
554
|
|
android:name=".activity.HomeWebActivity"
|
555
|
|
android:screenOrientation="portrait" />
|
556
|
|
<activity
|
557
|
|
android:name=".activity.WebQianDaoActivity"
|
558
|
|
android:screenOrientation="portrait" />
|
559
|
|
<activity
|
560
|
|
android:name=".activity.SwitchCityActivity"
|
561
|
|
android:screenOrientation="portrait" />
|
562
|
|
<activity
|
563
|
464
|
android:name=".activity.MainMapActivity"
|
564
|
465
|
android:launchMode="singleTask"
|
565
|
466
|
android:screenOrientation="portrait" />
|
|
@ -584,14 +485,6 @@
|
584
|
485
|
<activity
|
585
|
486
|
android:name=".activity.MainScanActivity"
|
586
|
487
|
android:screenOrientation="portrait" />
|
587
|
|
<!--
|
588
|
|
ATTENTION: This was auto-generated to add Google Play services to your project for
|
589
|
|
App Indexing. See https://g.co/AppIndexing/AndroidStudio for more information.
|
590
|
|
-->
|
591
|
|
<meta-data
|
592
|
|
android:name="com.google.android.gms.version"
|
593
|
|
android:value="@integer/google_play_services_version" />
|
594
|
|
|
595
|
488
|
<activity
|
596
|
489
|
android:name=".activity.OderDetailsActivity"
|
597
|
490
|
android:screenOrientation="portrait" />
|
|
@ -601,12 +494,7 @@
|
601
|
494
|
<activity
|
602
|
495
|
android:name=".activity.InputCodeActivity"
|
603
|
496
|
android:exported="true"
|
604
|
|
android:screenOrientation="portrait" /> <!-- <intent-filter > -->
|
605
|
|
<!-- <!– action随便设置,但必须保证唯一 –> -->
|
606
|
|
<!-- <action android:name="input_code"/> -->
|
607
|
|
<!-- <category android:name="android.intent.category.DEFAULT"/> -->
|
608
|
|
<!-- </intent-filter> -->
|
609
|
|
<!-- <activity android:name=".wxapi.WXPayEntryActivity"/> -->
|
|
497
|
android:screenOrientation="portrait" />
|
610
|
498
|
<activity
|
611
|
499
|
android:name=".activity.H5Activity"
|
612
|
500
|
android:screenOrientation="portrait" />
|
|
@ -621,11 +509,16 @@
|
621
|
509
|
android:screenOrientation="portrait" />
|
622
|
510
|
<activity
|
623
|
511
|
android:name=".activity.CreditActivity"
|
624
|
|
android:screenOrientation="portrait" /> <!-- 极光 -->
|
|
512
|
android:screenOrientation="portrait" />
|
|
513
|
<!--
|
|
514
|
ATTENTION: This was auto-generated to add Google Play services to your project for
|
|
515
|
App Indexing. See https://g.co/AppIndexing/AndroidStudio for more information.
|
|
516
|
-->
|
625
|
517
|
<activity
|
626
|
518
|
android:name="cn.jpush.android.ui.PopWinActivity"
|
627
|
519
|
android:exported="false"
|
628
|
520
|
android:theme="@style/MyDialogStyle" />
|
|
521
|
|
629
|
522
|
<activity
|
630
|
523
|
android:name="cn.jpush.android.ui.PushActivity"
|
631
|
524
|
android:configChanges="orientation|keyboardHidden"
|
|
@ -638,85 +531,17 @@
|
638
|
531
|
<category android:name="${applicationId}" />
|
639
|
532
|
</intent-filter>
|
640
|
533
|
</activity>
|
641
|
|
|
642
|
|
<service android:name="com.amap.api.location.APSService" />
|
643
|
|
<service
|
644
|
|
android:name="cn.jpush.android.service.DownloadService"
|
645
|
|
android:enabled="true"
|
646
|
|
android:exported="false" />
|
647
|
|
<service
|
648
|
|
android:name="cn.jpush.android.service.PushService"
|
649
|
|
android:enabled="true"
|
650
|
|
android:exported="false">
|
651
|
|
<intent-filter>
|
652
|
|
<action android:name="cn.jpush.android.intent.REGISTER" />
|
653
|
|
<action android:name="cn.jpush.android.intent.REPORT" />
|
654
|
|
<action android:name="cn.jpush.android.intent.PushService" />
|
655
|
|
<action android:name="cn.jpush.android.intent.PUSH_TIME" />
|
656
|
|
</intent-filter>
|
657
|
|
</service>
|
658
|
|
<service
|
659
|
|
android:name="cn.jpush.android.service.DaemonService"
|
660
|
|
android:enabled="true"
|
661
|
|
android:exported="true">
|
662
|
|
<intent-filter>
|
663
|
|
<action android:name="cn.jpush.android.intent.DaemonService" />
|
664
|
|
|
665
|
|
<category android:name="${applicationId}" />
|
666
|
|
</intent-filter>
|
667
|
|
</service>
|
668
|
|
|
669
|
|
<receiver
|
670
|
|
android:name="cn.jpush.android.service.PushReceiver"
|
671
|
|
android:enabled="true"
|
672
|
|
android:exported="false">
|
673
|
|
<intent-filter android:priority="1000">
|
674
|
|
<action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY" /> <!-- Required 显示通知栏 -->
|
675
|
|
<category android:name="${applicationId}" />
|
676
|
|
</intent-filter>
|
677
|
|
<intent-filter>
|
678
|
|
<action android:name="android.intent.action.USER_PRESENT" />
|
679
|
|
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
|
680
|
|
</intent-filter>
|
681
|
|
<!-- Optional -->
|
682
|
|
<intent-filter>
|
683
|
|
<action android:name="android.intent.action.PACKAGE_ADDED" />
|
684
|
|
<action android:name="android.intent.action.PACKAGE_REMOVED" />
|
685
|
|
|
686
|
|
<data android:scheme="package" />
|
687
|
|
</intent-filter>
|
688
|
|
</receiver>
|
689
|
|
<receiver
|
690
|
|
android:name="cn.jpush.android.service.AlarmReceiver"
|
691
|
|
android:exported="false" />
|
692
|
|
<receiver
|
693
|
|
android:name=".view.MyReceiver"
|
694
|
|
android:enabled="true"
|
695
|
|
android:exported="false">
|
696
|
|
<intent-filter>
|
697
|
|
<action android:name="cn.jpush.android.intent.REGISTRATION" /> <!-- Required 用户注册SDK的intent -->
|
698
|
|
<action android:name="cn.jpush.android.intent.UNREGISTRATION" />
|
699
|
|
<action android:name="cn.jpush.android.intent.MESSAGE_RECEIVED" /> <!-- Required 用户接收SDK消息的intent -->
|
700
|
|
<action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED" /> <!-- Required 用户接收SDK通知栏信息的intent -->
|
701
|
|
<action android:name="cn.jpush.android.intent.NOTIFICATION_OPENED" /> <!-- Required 用户打开自定义通知栏的intent -->
|
702
|
|
<action android:name="cn.jpush.android.intent.ACTION_RICHPUSH_CALLBACK" /> <!-- Optional 用户接受Rich Push Javascript 回调函数的intent -->
|
703
|
|
<action android:name="cn.jpush.android.intent.CONNECTION" /> <!-- 接收网络变化 连接/断开 since 1.6.3 -->
|
704
|
|
<category android:name="${applicationId}" />
|
705
|
|
</intent-filter>
|
706
|
|
</receiver>
|
707
|
|
|
708
|
|
<meta-data
|
709
|
|
android:name="JPUSH_CHANNEL"
|
710
|
|
android:value="developer-default" />
|
711
|
|
<meta-data
|
712
|
|
android:name="JPUSH_APPKEY"
|
713
|
|
android:value="19fde8a6fe56b6918522bfa3" /> <!-- </>值来自开发者平台取得的AppKey -->
|
714
|
534
|
<activity
|
715
|
535
|
android:name=".activity.ShowBuildLocationActivity"
|
716
|
536
|
android:screenOrientation="portrait" />
|
717
|
537
|
<activity
|
718
|
538
|
android:name=".activity.ChargingQianDaoActivity"
|
719
|
|
android:screenOrientation="portrait" />
|
|
539
|
android:screenOrientation="portrait" /> <!-- <intent-filter > -->
|
|
540
|
<!-- <!– action随便设置,但必须保证唯一 –> -->
|
|
541
|
<!-- <action android:name="input_code"/> -->
|
|
542
|
<!-- <category android:name="android.intent.category.DEFAULT"/> -->
|
|
543
|
<!-- </intent-filter> -->
|
|
544
|
<!-- <activity android:name=".wxapi.WXPayEntryActivity"/> -->
|
720
|
545
|
<activity
|
721
|
546
|
android:name=".activity.RoutePlanMapActivity"
|
722
|
547
|
android:screenOrientation="portrait"
|
|
@ -733,13 +558,14 @@
|
733
|
558
|
android:screenOrientation="portrait" />
|
734
|
559
|
<activity
|
735
|
560
|
android:name=".activity.RouteEditAddressActivity"
|
736
|
|
android:screenOrientation="portrait" />
|
|
561
|
android:screenOrientation="portrait" /> <!-- 极光 -->
|
737
|
562
|
<activity
|
738
|
563
|
android:name=".activity.RouteSelectPointActivity"
|
739
|
564
|
android:screenOrientation="portrait" />
|
740
|
565
|
<activity
|
741
|
566
|
android:name=".activity.SelectCarActivity"
|
742
|
567
|
android:screenOrientation="portrait" />
|
|
568
|
|
743
|
569
|
<activity
|
744
|
570
|
android:name=".activity.ZhanCommentActivity"
|
745
|
571
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
|
@ -755,6 +581,7 @@
|
755
|
581
|
<activity
|
756
|
582
|
android:name=".activity.PrivateZhuangMapActivity"
|
757
|
583
|
android:screenOrientation="portrait" />
|
|
584
|
|
758
|
585
|
<activity
|
759
|
586
|
android:name=".activity.PrivateZhuangInfoActivity"
|
760
|
587
|
android:screenOrientation="portrait"
|
|
@ -765,13 +592,14 @@
|
765
|
592
|
<activity
|
766
|
593
|
android:name=".activity.AlbumPrivateActivity"
|
767
|
594
|
android:screenOrientation="portrait" />
|
|
595
|
|
768
|
596
|
<activity
|
769
|
597
|
android:name=".activity.BuildTypeActivity"
|
770
|
598
|
android:screenOrientation="portrait" />
|
771
|
599
|
<activity
|
772
|
600
|
android:name=".activity.CaptureActivity"
|
773
|
601
|
android:launchMode="singleTask"
|
774
|
|
android:screenOrientation="portrait" />
|
|
602
|
android:screenOrientation="portrait" /> <!-- </>值来自开发者平台取得的AppKey -->
|
775
|
603
|
<activity
|
776
|
604
|
android:name=".activity.RankingListActivity"
|
777
|
605
|
android:screenOrientation="portrait" />
|
|
@ -811,10 +639,7 @@
|
811
|
639
|
android:screenOrientation="portrait" />
|
812
|
640
|
<activity
|
813
|
641
|
android:name=".activity.TLDLoadingActivity"
|
814
|
|
android:screenOrientation="portrait" /> <!-- <activity -->
|
815
|
|
<!-- android:name=".activity.MyCaptureActivity" -->
|
816
|
|
<!-- android:launchMode="singleTask" -->
|
817
|
|
<!-- android:screenOrientation="portrait" /> -->
|
|
642
|
android:screenOrientation="portrait" />
|
818
|
643
|
<activity
|
819
|
644
|
android:name=".activity.MemberCoinRecordActivity"
|
820
|
645
|
android:screenOrientation="portrait" />
|
|
@ -870,7 +695,10 @@
|
870
|
695
|
<activity
|
871
|
696
|
android:name=".activity.QaActivity"
|
872
|
697
|
android:launchMode="singleTask"
|
873
|
|
android:screenOrientation="portrait" />
|
|
698
|
android:screenOrientation="portrait" /> <!-- <activity -->
|
|
699
|
<!-- android:name=".activity.MyCaptureActivity" -->
|
|
700
|
<!-- android:launchMode="singleTask" -->
|
|
701
|
<!-- android:screenOrientation="portrait" /> -->
|
874
|
702
|
<activity
|
875
|
703
|
android:name=".activity.ChatActivity"
|
876
|
704
|
android:launchMode="singleTask"
|
|
@ -972,6 +800,179 @@
|
972
|
800
|
android:name=".activity.TopicDetailActivity"
|
973
|
801
|
android:launchMode="singleTask"
|
974
|
802
|
android:screenOrientation="portrait" />
|
975
|
|
</application>
|
|
803
|
<meta-data
|
|
804
|
android:name="com.amap.api.v2.apikey"
|
|
805
|
android:value="fabcfbf869745789b151d0c88e9b4807" />
|
|
806
|
<meta-data
|
|
807
|
android:name="com.baidu.lbsapi.API_KEY"
|
|
808
|
android:value="qmitBFE5Am7H53UVylGwG6b0" />
|
|
809
|
<meta-data
|
|
810
|
android:name="design_width"
|
|
811
|
android:value="1080" />
|
|
812
|
<meta-data
|
|
813
|
android:name="design_height"
|
|
814
|
android:value="1920" />
|
|
815
|
<meta-data
|
|
816
|
android:name="UMENG_APPKEY"
|
|
817
|
android:value="54c65228fd98c583210001c9" />
|
|
818
|
<meta-data
|
|
819
|
android:name="UMENG_CHANNEL"
|
|
820
|
android:value="${UMENG_CHANNEL_VALUE}" />
|
|
821
|
<meta-data
|
|
822
|
android:name="com.google.android.gms.version"
|
|
823
|
android:value="@integer/google_play_services_version" />
|
|
824
|
<meta-data
|
|
825
|
android:name="JPUSH_CHANNEL"
|
|
826
|
android:value="developer-default" />
|
|
827
|
<meta-data
|
|
828
|
android:name="JPUSH_APPKEY"
|
|
829
|
android:value="19fde8a6fe56b6918522bfa3" />
|
|
830
|
<provider
|
|
831
|
android:name="android.support.v4.content.FileProvider"
|
|
832
|
android:authorities="${applicationId}.provider"
|
|
833
|
android:exported="false"
|
|
834
|
android:grantUriPermissions="true">
|
|
835
|
<meta-data
|
|
836
|
android:name="android.support.FILE_PROVIDER_PATHS"
|
|
837
|
android:resource="@xml/provider_paths" />
|
|
838
|
</provider>
|
|
839
|
<receiver
|
|
840
|
android:name="cn.jpush.android.service.PushReceiver"
|
|
841
|
android:enabled="true"
|
|
842
|
android:exported="false">
|
|
843
|
<intent-filter android:priority="1000">
|
|
844
|
<action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY" /> <!-- Required 显示通知栏 -->
|
|
845
|
<category android:name="${applicationId}" />
|
|
846
|
</intent-filter>
|
|
847
|
<intent-filter>
|
|
848
|
<action android:name="android.intent.action.USER_PRESENT" />
|
|
849
|
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
|
|
850
|
</intent-filter>
|
|
851
|
<!-- Optional -->
|
|
852
|
<intent-filter>
|
|
853
|
<action android:name="android.intent.action.PACKAGE_ADDED" />
|
|
854
|
<action android:name="android.intent.action.PACKAGE_REMOVED" />
|
|
855
|
|
|
856
|
<data android:scheme="package" />
|
|
857
|
</intent-filter>
|
|
858
|
</receiver>
|
|
859
|
<receiver
|
|
860
|
android:name="cn.jpush.android.service.AlarmReceiver"
|
|
861
|
android:exported="false" />
|
|
862
|
<receiver
|
|
863
|
android:name=".view.MyReceiver"
|
|
864
|
android:enabled="true"
|
|
865
|
android:exported="false">
|
|
866
|
<intent-filter>
|
|
867
|
<action android:name="cn.jpush.android.intent.REGISTRATION" /> <!-- Required 用户注册SDK的intent -->
|
|
868
|
<action android:name="cn.jpush.android.intent.UNREGISTRATION" />
|
|
869
|
<action android:name="cn.jpush.android.intent.MESSAGE_RECEIVED" /> <!-- Required 用户接收SDK消息的intent -->
|
|
870
|
<action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED" /> <!-- Required 用户接收SDK通知栏信息的intent -->
|
|
871
|
<action android:name="cn.jpush.android.intent.NOTIFICATION_OPENED" /> <!-- Required 用户打开自定义通知栏的intent -->
|
|
872
|
<action android:name="cn.jpush.android.intent.ACTION_RICHPUSH_CALLBACK" /> <!-- Optional 用户接受Rich Push Javascript 回调函数的intent -->
|
|
873
|
<action android:name="cn.jpush.android.intent.CONNECTION" /> <!-- 接收网络变化 连接/断开 since 1.6.3 -->
|
|
874
|
<category android:name="${applicationId}" />
|
|
875
|
</intent-filter>
|
|
876
|
</receiver>
|
|
877
|
<service android:name="com.amap.api.location.APSService" />
|
|
878
|
<service android:name="com.amap.api.location.APSService" />
|
|
879
|
<service
|
|
880
|
android:name="cn.jpush.android.service.DownloadService"
|
|
881
|
android:enabled="true"
|
|
882
|
android:exported="false" />
|
|
883
|
<service
|
|
884
|
android:name="cn.jpush.android.service.PushService"
|
|
885
|
android:enabled="true"
|
|
886
|
android:exported="false">
|
|
887
|
<intent-filter>
|
|
888
|
<action android:name="cn.jpush.android.intent.REGISTER" />
|
|
889
|
<action android:name="cn.jpush.android.intent.REPORT" />
|
|
890
|
<action android:name="cn.jpush.android.intent.PushService" />
|
|
891
|
<action android:name="cn.jpush.android.intent.PUSH_TIME" />
|
|
892
|
</intent-filter>
|
|
893
|
</service>
|
|
894
|
<service
|
|
895
|
android:name="cn.jpush.android.service.DaemonService"
|
|
896
|
android:enabled="true"
|
|
897
|
android:exported="true">
|
|
898
|
<intent-filter>
|
|
899
|
<action android:name="cn.jpush.android.intent.DaemonService" />
|
|
900
|
|
|
901
|
<category android:name="${applicationId}" />
|
|
902
|
</intent-filter>
|
|
903
|
</service>
|
|
904
|
</application> <!-- 往SDCard写入数据权限 -->
|
|
905
|
<permission
|
|
906
|
android:name="${applicationId}.permission.JPUSH_MESSAGE"
|
|
907
|
android:protectionLevel="signature" />
|
|
908
|
<uses-feature android:name="android.hardware.camera" />
|
|
909
|
<uses-feature android:name="android.hardware.camera.autofocus" />
|
|
910
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
911
|
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
|
|
912
|
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
|
|
913
|
<uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
|
|
914
|
<uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
|
|
915
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
916
|
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
|
917
|
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
|
918
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
919
|
<uses-permission android:name="com.android.launcher.permission.READ_SETTINGS" />
|
|
920
|
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
|
921
|
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
|
|
922
|
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
|
923
|
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
|
924
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
925
|
<uses-permission android:name="android.permission.BROADCAST_STICKY" />
|
|
926
|
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
|
|
927
|
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
|
928
|
<uses-permission android:name="android.permission.CALL_PHONE" />
|
|
929
|
<uses-permission android:name="android.permission.CAMERA" />
|
|
930
|
<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
|
|
931
|
<uses-permission android:name="android.permission.GET_TASKS" />
|
|
932
|
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
|
933
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
934
|
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
|
|
935
|
<uses-permission android:name="android.permission.READ_LOGS" /> <!-- 极光 -->
|
|
936
|
<uses-permission android:name="android.permission.VIBRATE" />
|
|
937
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
938
|
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
|
|
939
|
<uses-permission android:name="${applicationId}.permission.JPUSH_MESSAGE" /> <!-- <uses-permission android:name="android.permission.INTERNET" /> -->
|
|
940
|
<!-- <uses-permission android:name="android.permission.WAKE_LOCK" /> -->
|
|
941
|
<!-- <uses-permission android:name="android.permission.READ_PHONE_STATE" /> -->
|
|
942
|
<!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> -->
|
|
943
|
<uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" />
|
|
944
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
945
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <!-- <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> -->
|
|
946
|
<!-- <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> -->
|
|
947
|
<!-- <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> -->
|
|
948
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <!-- 极光 -->
|
|
949
|
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
|
|
950
|
<uses-permission android:name="android.permission.VIBRATE" />
|
|
951
|
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
|
|
952
|
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
|
953
|
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
|
|
954
|
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> <!-- 【常用】 信鸽SDK所需权限 -->
|
|
955
|
<!-- <uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" /> -->
|
|
956
|
<!-- <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> -->
|
|
957
|
<!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> -->
|
|
958
|
<!-- 【可选】 信鸽SDK所需权限 -->
|
|
959
|
<!-- <uses-permission android:name="android.permission.RESTART_PACKAGES" /> -->
|
|
960
|
<!-- <uses-permission android:name="android.permission.BROADCAST_STICKY" /> -->
|
|
961
|
<!-- <uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" /> -->
|
|
962
|
<!-- <uses-permission android:name="android.permission.READ_LOGS" /> -->
|
|
963
|
<!-- <uses-permission android:name="android.permission.BATTERY_STATS" /> -->
|
|
964
|
<!-- 蓝牙分享所需的权限 -->
|
|
965
|
<!-- <uses-permission android:name="android.permission.BLUETOOTH" /> -->
|
|
966
|
<!-- <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> -->
|
|
967
|
<!-- 权限 : GPS定位 -->
|
|
968
|
<uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
|
|
969
|
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
|
|
970
|
<uses-permission android:name="android.permission.REORDER_TASKS" />
|
|
971
|
|
|
972
|
<uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
|
|
973
|
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> <!-- 权限 : AGPS定位 -->
|
|
974
|
<uses-permission android:name="android.permission.LOCATION_HARDWARE" />
|
|
975
|
|
|
976
|
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
976
|
977
|
|
977
|
978
|
</manifest>
|