Browse Source

动态插件化优化

huangbo 8 years ago
parent
commit
79ad0f8e39

+ 1 - 1
display-client/AndroidManifest.xml

94
        </activity>
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
        <activity
100
        <activity

+ 2 - 2
ipu-alertdialog/.classpath

1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
2
<classpath>
3
	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
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
	<classpathentry kind="src" path="src"/>
6
	<classpathentry kind="src" path="src"/>
7
	<classpathentry kind="src" path="gen"/>
7
	<classpathentry kind="src" path="gen"/>
8
	<classpathentry kind="output" path="bin/classes"/>
8
	<classpathentry kind="output" path="bin/classes"/>

BIN
ipu-alertdialog/libs/wade-mobile.jar


+ 1 - 1
ipu-alertdialog/project.properties

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