|
@@ -1,8 +1,9 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
package="com.xzjmyk.pm.activity"
|
|
package="com.xzjmyk.pm.activity"
|
|
|
android:versionCode="45"
|
|
android:versionCode="45"
|
|
|
- android:versionName="4.5" >
|
|
|
|
|
|
|
+ android:versionName="4.5">
|
|
|
|
|
|
|
|
<uses-sdk
|
|
<uses-sdk
|
|
|
android:minSdkVersion="11"
|
|
android:minSdkVersion="11"
|
|
@@ -69,7 +70,7 @@
|
|
|
android:allowBackup="true"
|
|
android:allowBackup="true"
|
|
|
android:icon="@drawable/uuu"
|
|
android:icon="@drawable/uuu"
|
|
|
android:label="@string/app_name"
|
|
android:label="@string/app_name"
|
|
|
- android:theme="@style/AppTheme" >
|
|
|
|
|
|
|
+ android:theme="@style/AppTheme">
|
|
|
<meta-data
|
|
<meta-data
|
|
|
android:name="UMENG_APPKEY"
|
|
android:name="UMENG_APPKEY"
|
|
|
android:value="574504a167e58eec520017df" />
|
|
android:value="574504a167e58eec520017df" />
|
|
@@ -80,7 +81,7 @@
|
|
|
<!-- 启动页面 -->
|
|
<!-- 启动页面 -->
|
|
|
<activity
|
|
<activity
|
|
|
android:name=".ui.SplashActivity"
|
|
android:name=".ui.SplashActivity"
|
|
|
- android:theme="@style/SplashTheme" >
|
|
|
|
|
|
|
+ android:theme="@style/SplashTheme">
|
|
|
<intent-filter>
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
|
|
|
@@ -240,7 +241,7 @@
|
|
|
android:exported="true"
|
|
android:exported="true"
|
|
|
android:icon="@drawable/ic_chooser"
|
|
android:icon="@drawable/ic_chooser"
|
|
|
android:label="@string/choose_file"
|
|
android:label="@string/choose_file"
|
|
|
- android:theme="@style/ChooserTheme" >
|
|
|
|
|
|
|
+ android:theme="@style/ChooserTheme">
|
|
|
<intent-filter>
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.GET_CONTENT" />
|
|
<action android:name="android.intent.action.GET_CONTENT" />
|
|
|
|
|
|
|
@@ -257,13 +258,13 @@
|
|
|
android:enabled="@bool/use_provider"
|
|
android:enabled="@bool/use_provider"
|
|
|
android:exported="true"
|
|
android:exported="true"
|
|
|
android:grantUriPermissions="true"
|
|
android:grantUriPermissions="true"
|
|
|
- android:permission="android.permission.MANAGE_DOCUMENTS" >
|
|
|
|
|
|
|
+ android:permission="android.permission.MANAGE_DOCUMENTS">
|
|
|
<intent-filter>
|
|
<intent-filter>
|
|
|
<action android:name="android.content.action.DOCUMENTS_PROVIDER" />
|
|
<action android:name="android.content.action.DOCUMENTS_PROVIDER" />
|
|
|
</intent-filter>
|
|
</intent-filter>
|
|
|
</provider>
|
|
</provider>
|
|
|
|
|
|
|
|
- <receiver android:name=".broadcast.ScrenLockedBroadCastReceiver" >
|
|
|
|
|
|
|
+ <receiver android:name=".broadcast.ScrenLockedBroadCastReceiver">
|
|
|
<intent-filter>
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.SCREEN_OFF" />
|
|
<action android:name="android.intent.action.SCREEN_OFF" />
|
|
|
<action android:name="android.intent.action.SCREEN_ON" />
|
|
<action android:name="android.intent.action.SCREEN_ON" />
|
|
@@ -290,7 +291,7 @@
|
|
|
<!-- 用于接收系统消息以保证PushService正常运行 -->
|
|
<!-- 用于接收系统消息以保证PushService正常运行 -->
|
|
|
<receiver
|
|
<receiver
|
|
|
android:name="com.baidu.android.pushservice.PushServiceReceiver"
|
|
android:name="com.baidu.android.pushservice.PushServiceReceiver"
|
|
|
- android:process=":bdservice_v1" >
|
|
|
|
|
|
|
+ android:process=":bdservice_v1">
|
|
|
<intent-filter>
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
|
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
|
|
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
|
|
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
|
|
@@ -306,7 +307,7 @@
|
|
|
<!-- Push服务接收客户端发送的各种请求 -->
|
|
<!-- Push服务接收客户端发送的各种请求 -->
|
|
|
<receiver
|
|
<receiver
|
|
|
android:name="com.baidu.android.pushservice.RegistrationReceiver"
|
|
android:name="com.baidu.android.pushservice.RegistrationReceiver"
|
|
|
- android:process=":bdservice_v1" >
|
|
|
|
|
|
|
+ android:process=":bdservice_v1">
|
|
|
<intent-filter>
|
|
<intent-filter>
|
|
|
<action android:name="com.baidu.android.pushservice.action.METHOD" />
|
|
<action android:name="com.baidu.android.pushservice.action.METHOD" />
|
|
|
<action android:name="com.baidu.android.pushservice.action.BIND_SYNC" />
|
|
<action android:name="com.baidu.android.pushservice.action.BIND_SYNC" />
|
|
@@ -325,7 +326,7 @@
|
|
|
android:name="com.baidu.android.pushservice.PushService"
|
|
android:name="com.baidu.android.pushservice.PushService"
|
|
|
android:exported="true"
|
|
android:exported="true"
|
|
|
android:persistent="true"
|
|
android:persistent="true"
|
|
|
- android:process=":bdservice_v1" >
|
|
|
|
|
|
|
+ android:process=":bdservice_v1">
|
|
|
<intent-filter>
|
|
<intent-filter>
|
|
|
<action android:name="com.baidu.android.pushservice.action.PUSH_SERVICE" />
|
|
<action android:name="com.baidu.android.pushservice.action.PUSH_SERVICE" />
|
|
|
</intent-filter>
|
|
</intent-filter>
|
|
@@ -339,7 +340,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 此处Receiver名字修改为当前包名路径 -->
|
|
<!-- 此处Receiver名字修改为当前包名路径 -->
|
|
|
- <receiver android:name=".ui.PushNetMessageReceiver" >
|
|
|
|
|
|
|
+ <receiver android:name=".ui.PushNetMessageReceiver">
|
|
|
<intent-filter>
|
|
<intent-filter>
|
|
|
|
|
|
|
|
<!-- 接收push消息 -->
|
|
<!-- 接收push消息 -->
|
|
@@ -360,7 +361,7 @@
|
|
|
</intent-filter>
|
|
</intent-filter>
|
|
|
</activity>
|
|
</activity>
|
|
|
-->
|
|
-->
|
|
|
- <activity android:name=".ui.message.SelectCardActivity" >
|
|
|
|
|
|
|
+ <activity android:name=".ui.message.SelectCardActivity">
|
|
|
<intent-filter>
|
|
<intent-filter>
|
|
|
<action android:name="com.xzjmyk.pm.activity.ui.message.SelectCardActivity" />
|
|
<action android:name="com.xzjmyk.pm.activity.ui.message.SelectCardActivity" />
|
|
|
</intent-filter>
|
|
</intent-filter>
|
|
@@ -384,7 +385,7 @@
|
|
|
|
|
|
|
|
<receiver
|
|
<receiver
|
|
|
android:name="com.baidu.autoupdatesdk.receiver.BDBroadcastReceiver"
|
|
android:name="com.baidu.autoupdatesdk.receiver.BDBroadcastReceiver"
|
|
|
- android:exported="false" >
|
|
|
|
|
|
|
+ android:exported="false">
|
|
|
<intent-filter>
|
|
<intent-filter>
|
|
|
<action android:name="com.baidu.autoupdatesdk.ACTION_NEW_UPDATE" />
|
|
<action android:name="com.baidu.autoupdatesdk.ACTION_NEW_UPDATE" />
|
|
|
<action android:name="com.baidu.autoupdatesdk.ACTION_DOWNLOAD_COMPLETE" />
|
|
<action android:name="com.baidu.autoupdatesdk.ACTION_DOWNLOAD_COMPLETE" />
|
|
@@ -443,9 +444,17 @@
|
|
|
<activity android:name=".ui.erp.activity.oa.SigninTimeSetActivity" />
|
|
<activity android:name=".ui.erp.activity.oa.SigninTimeSetActivity" />
|
|
|
<activity android:name=".ui.erp.activity.oa.SuperSetActivity" />
|
|
<activity android:name=".ui.erp.activity.oa.SuperSetActivity" />
|
|
|
<activity android:name=".ui.erp.activity.oa.AddLogActivity" />
|
|
<activity android:name=".ui.erp.activity.oa.AddLogActivity" />
|
|
|
- <activity android:name=".ui.circle.view.SelectLocationActivity"></activity>
|
|
|
|
|
- <activity android:name=".ui.erp.activity.oa.SigninTimeSetActivity"></activity>
|
|
|
|
|
- <activity android:name=".ui.erp.activity.oa.SuperSetActivity"></activity>
|
|
|
|
|
|
|
+ <activity android:name=".ui.circle.view.SelectLocationActivity" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name=".ui.erp.activity.oa.SigninTimeSetActivity"
|
|
|
|
|
+ tools:ignore="DuplicateActivity" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name=".ui.erp.activity.oa.SuperSetActivity"
|
|
|
|
|
+ tools:ignore="DuplicateActivity" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name=".ui.erp.activity.oa.VisitActivity"
|
|
|
|
|
+ android:label="拜访报告" />
|
|
|
|
|
+ <activity android:name=".ui.erp.activity.oa.SelectLocationActivity"></activity>
|
|
|
</application>
|
|
</application>
|
|
|
|
|
|
|
|
</manifest>
|
|
</manifest>
|