HDL Home App 第二版本 旧平台金堂用 正在使用
lss
2022-04-27 43110ef19b9e69d5afd7ce0a978565786baa87b5
修复红米手机闪退问题
3个文件已修改
8 ■■■■■ 已修改文件
ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ZigbeeApp/SPhoneLib/Jars/sphonelibs-release.aar 补丁 | 查看 | 原始文档 | blame | 历史
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlResidenceLogic.cs 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj
@@ -44,6 +44,7 @@
    <AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
    <BundleAssemblies>false</BundleAssemblies>
    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
    <AndroidKeyStore></AndroidKeyStore>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
ZigbeeApp/SPhoneLib/Jars/sphonelibs-release.aar
Binary files differ
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlResidenceLogic.cs
@@ -115,6 +115,13 @@
            //重新登录全视通
            Shared.IOS.HDLFVSDK.Video.Init("", residenceId);
#endif
#if Android
            string userName = residenceId;
            string uuid = "10F908BA-CA5A-4041-9D1A-382E6A004F74";
            string code = "T0001";
            string httpServer = "120.24.41.192";
            Com.Evoyohome.Sphonelibs.Global.Global.Login(Application.Activity, userName, uuid, code, httpServer, null);
#endif
            return result;