|
|
|
@ -64,8 +64,8 @@ |
|
|
|
android:name=".home.MainActivity" |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
<!--<activity--> |
|
|
|
<!--android:name=".login.LoginActivity"--> |
|
|
|
<!--android:screenOrientation="portrait" />--> |
|
|
|
<!--android:name=".login.LoginActivity"--> |
|
|
|
<!--android:screenOrientation="portrait" />--> |
|
|
|
<activity |
|
|
|
android:name=".index.planorder.OrderActivity" |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
@ -116,8 +116,13 @@ |
|
|
|
android:windowSoftInputMode="stateAlwaysHidden" /> |
|
|
|
|
|
|
|
<!-- 友盟 --> |
|
|
|
<meta-data android:value="5a1b5deaf43e4825b200070d" android:name="UMENG_APPKEY"/> |
|
|
|
<meta-data android:value="Channel ID" android:name="UMENG_CHANNEL"/> |
|
|
|
<meta-data |
|
|
|
android:name="UMENG_APPKEY" |
|
|
|
android:value="5a1b5deaf43e4825b200070d" /> |
|
|
|
<meta-data |
|
|
|
android:name="UMENG_CHANNEL" |
|
|
|
android:value="Channel ID" /> |
|
|
|
|
|
|
|
<activity |
|
|
|
android:name=".me.MineInfoActivity" |
|
|
|
android:label="@string/title_activity_mine_info" |
|
|
|
@ -125,13 +130,12 @@ |
|
|
|
<activity android:name=".me.SettingActivity"></activity> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Required SDK 核心功能--> |
|
|
|
<!-- 可配置android:process参数将PushService放在其他进程中 --> |
|
|
|
<service |
|
|
|
android:name="cn.jpush.android.service.PushService" |
|
|
|
android:enabled="true" |
|
|
|
android:exported="false" > |
|
|
|
android:exported="false"> |
|
|
|
<intent-filter> |
|
|
|
<action android:name="cn.jpush.android.intent.REGISTER" /> |
|
|
|
<action android:name="cn.jpush.android.intent.REPORT" /> |
|
|
|
@ -143,10 +147,9 @@ |
|
|
|
|
|
|
|
<!-- since 3.0.9 Required SDK 核心功能--> |
|
|
|
<provider |
|
|
|
android:authorities="com.qhclh.ytzh.DataProvider" |
|
|
|
android:name="cn.jpush.android.service.DataProvider" |
|
|
|
android:exported="true" |
|
|
|
/> |
|
|
|
android:authorities="com.qhclh.ytzh.DataProvider" |
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
<!-- since 1.8.0 option 可选项。用于同一设备中不同应用的JPush服务相互拉起的功能。 --> |
|
|
|
<!-- 若不启用该功能可删除该组件,将不拉起其他应用也不能被其他应用拉起 --> |
|
|
|
@ -154,19 +157,19 @@ |
|
|
|
android:name="cn.jpush.android.service.DaemonService" |
|
|
|
android:enabled="true" |
|
|
|
android:exported="true"> |
|
|
|
<intent-filter > |
|
|
|
<intent-filter> |
|
|
|
<action android:name="cn.jpush.android.intent.DaemonService" /> |
|
|
|
<category android:name="com.qhclh.ytzh"/> |
|
|
|
<category android:name="com.qhclh.ytzh" /> |
|
|
|
</intent-filter> |
|
|
|
</service> |
|
|
|
|
|
|
|
<!-- Required SDK核心功能--> |
|
|
|
<receiver |
|
|
|
android:name="cn.jpush.android.service.PushReceiver" |
|
|
|
android:enabled="true" > |
|
|
|
android:enabled="true"> |
|
|
|
<intent-filter android:priority="1000"> |
|
|
|
<action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY" /> |
|
|
|
<category android:name="com.qhclh.ytzh"/> |
|
|
|
<category android:name="com.qhclh.ytzh" /> |
|
|
|
</intent-filter> |
|
|
|
<intent-filter> |
|
|
|
<action android:name="android.intent.action.USER_PRESENT" /> |
|
|
|
@ -176,6 +179,7 @@ |
|
|
|
<intent-filter> |
|
|
|
<action android:name="android.intent.action.PACKAGE_ADDED" /> |
|
|
|
<action android:name="android.intent.action.PACKAGE_REMOVED" /> |
|
|
|
|
|
|
|
<data android:scheme="package" /> |
|
|
|
</intent-filter> |
|
|
|
</receiver> |
|
|
|
@ -184,10 +188,11 @@ |
|
|
|
<activity |
|
|
|
android:name="cn.jpush.android.ui.PushActivity" |
|
|
|
android:configChanges="orientation|keyboardHidden" |
|
|
|
android:theme="@android:style/Theme.NoTitleBar" |
|
|
|
android:exported="false" > |
|
|
|
android:exported="false" |
|
|
|
android:theme="@android:style/Theme.NoTitleBar"> |
|
|
|
<intent-filter> |
|
|
|
<action android:name="cn.jpush.android.ui.PushActivity" /> |
|
|
|
|
|
|
|
<category android:name="android.intent.category.DEFAULT" /> |
|
|
|
<category android:name="com.qhclh.ytzh" /> |
|
|
|
</intent-filter> |
|
|
|
@ -209,8 +214,7 @@ |
|
|
|
<service |
|
|
|
android:name="cn.jpush.android.service.DownloadService" |
|
|
|
android:enabled="true" |
|
|
|
android:exported="false" > |
|
|
|
</service> |
|
|
|
android:exported="false"></service> |
|
|
|
|
|
|
|
<!-- Required SDK核心功能--> |
|
|
|
<receiver android:name="cn.jpush.android.service.AlarmReceiver" /> |
|
|
|
@ -220,7 +224,7 @@ |
|
|
|
<!-- 该广播需要继承JPush提供的JPushMessageReceiver类, 并如下新增一个 Intent-Filter --> |
|
|
|
<receiver |
|
|
|
android:name=".index.MyJPReceiver" |
|
|
|
android:enabled="true" > |
|
|
|
android:enabled="true"> |
|
|
|
<intent-filter> |
|
|
|
<action android:name="cn.jpush.android.intent.RECEIVE_MESSAGE" /> |
|
|
|
<category android:name="com.qhclh.ytzh" /> |
|
|
|
@ -251,11 +255,17 @@ |
|
|
|
<!-- 例如: --> |
|
|
|
<!-- 发到 Google Play 的APK可以设置为 google-play; --> |
|
|
|
<!-- 发到其他市场的 APK 可以设置为 xxx-market。 --> |
|
|
|
<meta-data android:name="JPUSH_CHANNEL" android:value="developer-default"/> |
|
|
|
<meta-data |
|
|
|
android:name="JPUSH_CHANNEL" |
|
|
|
android:value="developer-default" /> |
|
|
|
<!-- Required. AppKey copied from Portal --> |
|
|
|
<meta-data android:name="JPUSH_APPKEY" android:value="2825a92d76c57b701e2d8308"/> |
|
|
|
<meta-data |
|
|
|
android:name="JPUSH_APPKEY" |
|
|
|
android:value="2825a92d76c57b701e2d8308" /> |
|
|
|
|
|
|
|
<activity android:name=".index.TestActivity"/> |
|
|
|
<activity |
|
|
|
android:name=".index.GetjpActivity" |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
</application> |
|
|
|
|
|
|
|
</manifest> |