|
|
@@ -1,8 +1,8 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
package="com.xzjmyk.pm.activity"
|
|
|
- android:versionCode="99"
|
|
|
- android:versionName="5.7.8">
|
|
|
+ android:versionCode="100"
|
|
|
+ android:versionName="5.8.0">
|
|
|
|
|
|
<uses-sdk
|
|
|
android:minSdkVersion="11"
|
|
|
@@ -955,6 +955,15 @@
|
|
|
android:name=".ui.erp.activity.secretary.BookingAddActivity"
|
|
|
android:windowSoftInputMode="adjustPan" />
|
|
|
<activity android:name=".ui.erp.activity.secretary.BookingSetActivity"></activity>
|
|
|
+ <activity android:name="com.xzjmyk.pm.pictureselector.PictureSelectorDemo"
|
|
|
+ android:label="PictureSelectorDemo"></activity>
|
|
|
+ <activity android:name="com.xzjmyk.pm.pictureselector.ImgsActivity"
|
|
|
+ android:label="@string/selector_caption"></activity>
|
|
|
+ <activity android:name="com.xzjmyk.pm.pictureselector.ImgFileListActivity"
|
|
|
+ android:label="@string/ablum_list"></activity>
|
|
|
+ <activity android:name="com.xzjmyk.pm.im.audio.FaceRecognition.FaceView.OnlineFaceDemo"
|
|
|
+ android:label="在线人脸识别"></activity>
|
|
|
+
|
|
|
</application>
|
|
|
|
|
|
</manifest>
|