|
|
@@ -2,7 +2,7 @@
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
package="com.xzjmyk.pm.activity"
|
|
|
android:versionCode="45"
|
|
|
- android:versionName="4.5" >
|
|
|
+ android:versionName="4.5">
|
|
|
|
|
|
<uses-sdk
|
|
|
android:minSdkVersion="11"
|
|
|
@@ -69,7 +69,7 @@
|
|
|
android:allowBackup="true"
|
|
|
android:icon="@drawable/uuu"
|
|
|
android:label="@string/app_name"
|
|
|
- android:theme="@style/AppTheme" >
|
|
|
+ android:theme="@style/AppTheme">
|
|
|
<meta-data
|
|
|
android:name="UMENG_APPKEY"
|
|
|
android:value="574504a167e58eec520017df" />
|
|
|
@@ -80,7 +80,7 @@
|
|
|
<!-- 启动页面 -->
|
|
|
<activity
|
|
|
android:name=".ui.SplashActivity"
|
|
|
- android:theme="@style/SplashTheme" >
|
|
|
+ android:theme="@style/SplashTheme">
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
|
|
@@ -240,7 +240,7 @@
|
|
|
android:exported="true"
|
|
|
android:icon="@drawable/ic_chooser"
|
|
|
android:label="@string/choose_file"
|
|
|
- android:theme="@style/ChooserTheme" >
|
|
|
+ android:theme="@style/ChooserTheme">
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.GET_CONTENT" />
|
|
|
|
|
|
@@ -257,13 +257,13 @@
|
|
|
android:enabled="@bool/use_provider"
|
|
|
android:exported="true"
|
|
|
android:grantUriPermissions="true"
|
|
|
- android:permission="android.permission.MANAGE_DOCUMENTS" >
|
|
|
+ android:permission="android.permission.MANAGE_DOCUMENTS">
|
|
|
<intent-filter>
|
|
|
<action android:name="android.content.action.DOCUMENTS_PROVIDER" />
|
|
|
</intent-filter>
|
|
|
</provider>
|
|
|
|
|
|
- <receiver android:name=".broadcast.ScrenLockedBroadCastReceiver" >
|
|
|
+ <receiver android:name=".broadcast.ScrenLockedBroadCastReceiver">
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.SCREEN_OFF" />
|
|
|
<action android:name="android.intent.action.SCREEN_ON" />
|
|
|
@@ -290,7 +290,7 @@
|
|
|
<!-- 用于接收系统消息以保证PushService正常运行 -->
|
|
|
<receiver
|
|
|
android:name="com.baidu.android.pushservice.PushServiceReceiver"
|
|
|
- android:process=":bdservice_v1" >
|
|
|
+ android:process=":bdservice_v1">
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
|
|
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
|
|
|
@@ -306,7 +306,7 @@
|
|
|
<!-- Push服务接收客户端发送的各种请求 -->
|
|
|
<receiver
|
|
|
android:name="com.baidu.android.pushservice.RegistrationReceiver"
|
|
|
- android:process=":bdservice_v1" >
|
|
|
+ android:process=":bdservice_v1">
|
|
|
<intent-filter>
|
|
|
<action android:name="com.baidu.android.pushservice.action.METHOD" />
|
|
|
<action android:name="com.baidu.android.pushservice.action.BIND_SYNC" />
|
|
|
@@ -325,7 +325,7 @@
|
|
|
android:name="com.baidu.android.pushservice.PushService"
|
|
|
android:exported="true"
|
|
|
android:persistent="true"
|
|
|
- android:process=":bdservice_v1" >
|
|
|
+ android:process=":bdservice_v1">
|
|
|
<intent-filter>
|
|
|
<action android:name="com.baidu.android.pushservice.action.PUSH_SERVICE" />
|
|
|
</intent-filter>
|
|
|
@@ -339,7 +339,7 @@
|
|
|
|
|
|
|
|
|
<!-- 此处Receiver名字修改为当前包名路径 -->
|
|
|
- <receiver android:name=".ui.PushNetMessageReceiver" >
|
|
|
+ <receiver android:name=".ui.PushNetMessageReceiver">
|
|
|
<intent-filter>
|
|
|
|
|
|
<!-- 接收push消息 -->
|
|
|
@@ -360,7 +360,7 @@
|
|
|
</intent-filter>
|
|
|
</activity>
|
|
|
-->
|
|
|
- <activity android:name=".ui.message.SelectCardActivity" >
|
|
|
+ <activity android:name=".ui.message.SelectCardActivity">
|
|
|
<intent-filter>
|
|
|
<action android:name="com.xzjmyk.pm.activity.ui.message.SelectCardActivity" />
|
|
|
</intent-filter>
|
|
|
@@ -384,7 +384,7 @@
|
|
|
|
|
|
<receiver
|
|
|
android:name="com.baidu.autoupdatesdk.receiver.BDBroadcastReceiver"
|
|
|
- android:exported="false" >
|
|
|
+ android:exported="false">
|
|
|
<intent-filter>
|
|
|
<action android:name="com.baidu.autoupdatesdk.ACTION_NEW_UPDATE" />
|
|
|
<action android:name="com.baidu.autoupdatesdk.ACTION_DOWNLOAD_COMPLETE" />
|
|
|
@@ -401,7 +401,7 @@
|
|
|
<activity android:name=".ui.circle.PhoneSelectActivity" />
|
|
|
<activity android:name=".ui.erp.activity.crm.ClientActivity" />
|
|
|
<activity android:name=".ui.erp.activity.oa.SigninActivity" />
|
|
|
- <activity android:name=".ui.erp.activity.oa.OA_AlarmaActivity" />
|
|
|
+ <activity android:name=".ui.erp.activity.oa.AlarmaActivity" />
|
|
|
<activity android:name=".ui.erp.activity.oa.MeetingActivity" />
|
|
|
<activity android:name=".ui.erp.activity.oa.AddMeetingActivity" />
|
|
|
<activity
|
|
|
@@ -441,10 +441,9 @@
|
|
|
<activity android:name=".ui.erp.activity.oa.WorkLogsActivity" />
|
|
|
<activity android:name=".ui.erp.activity.oa.AddSigninActivity" />
|
|
|
<activity android:name=".ui.erp.activity.oa.AddNextSigninActivity" />
|
|
|
- <activity android:name=".ui.erp.activity.oa.SigninTimeSetActivity" >
|
|
|
- </activity>
|
|
|
- <activity android:name=".ui.erp.activity.oa.SuperSetActivity" >
|
|
|
- </activity>
|
|
|
+ <activity android:name=".ui.erp.activity.oa.SigninTimeSetActivity"></activity>
|
|
|
+ <activity android:name=".ui.erp.activity.oa.SuperSetActivity"></activity>
|
|
|
+ <activity android:name=".ui.erp.activity.oa.AddLogActivity"></activity>
|
|
|
</application>
|
|
|
|
|
|
-</manifest>
|
|
|
+</manifest>
|