浏览代码

动态插件化优化

huangbo 8 年之前
父节点
当前提交
79ad0f8e39

+ 1 - 1
display-client/AndroidManifest.xml

@ -94,7 +94,7 @@
94 94
        </activity>
95 95
        
96 96
        <!-- 注册推送服务 -->
97
        <service android:name="com.ai.mobile.im.PushService" android:process=":WmPush" />
97
        <!-- <service android:name="com.ai.mobile.im.PushService" android:process=":WmPush" /> -->
98 98
        
99 99
        <!-- 对话框 -->
100 100
        <activity

+ 2 - 2
ipu-alertdialog/.classpath

@ -1,8 +1,8 @@
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<classpath>
3 3
	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
4
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
5
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
4
	<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
5
	<classpathentry kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
6 6
	<classpathentry kind="src" path="src"/>
7 7
	<classpathentry kind="src" path="gen"/>
8 8
	<classpathentry kind="output" path="bin/classes"/>

二进制
ipu-alertdialog/libs/wade-mobile.jar


+ 1 - 1
ipu-alertdialog/project.properties

@ -12,5 +12,5 @@
12 12
13 13
# Project target.
14 14
target=android-22
15
android.library=true
15
android.library=false
16 16
android.library.reference.1=../wade-mobile-common