From 9a4629512ccf8359efd88671c9317c3cc7faf0c8 Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期一, 29 八月 2022 16:46:40 +0800
Subject: [PATCH] Merge branch 'dev' into dev-temp

---
 ZigbeeApp/Shared/Phone/UserCenter/UserMain/UserMainForm.cs |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/UserMain/UserMainForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/UserMain/UserMainForm.cs
index 716f9ac..88c4e99 100644
--- a/ZigbeeApp/Shared/Phone/UserCenter/UserMain/UserMainForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/UserMain/UserMainForm.cs
@@ -335,10 +335,11 @@
                     }
                     //鎵撳紑浜鸿劯绠$悊椤甸潰
 #if iOS
-
                     Shared.IOS.HDLFVSDK.Video.ShowFaceManagement();
 #endif
-
+#if Android
+                    Com.Evoyohome.Sphonelibs.Global.Global.OpenFaceManageActivity(Application.Activity);
+#endif
                 };
             }
 
@@ -452,6 +453,10 @@
 #if iOS
                 Shared.IOS.HDLFVSDK.Video.ShowDeviceList();
 #endif
+#if Android
+
+                Com.Evoyohome.Sphonelibs.Global.Global.OpenIntercomActivity(Application.Activity);
+#endif
             };
 
             if (UserCenterResourse.UserInfo.AuthorityNo == 1 || UserCenterResourse.UserInfo.AuthorityNo == 2)

--
Gitblit v1.8.0