DLL/EZvizMonitor/Square.OkHttp3.dll | 补丁 | 查看 | 原始文档 | blame | 历史 | |
DLL/EZvizMonitor/Square.OkIO.dll | 补丁 | 查看 | 原始文档 | blame | 历史 | |
DLL/EZvizMonitor/ys.dll | 补丁 | 查看 | 原始文档 | blame | 历史 | |
HDL-ON_Android/HDL-ON_Android.csproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
HDL-ON_Android/Resources/Resource.designer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
HDL_ON/Common/HDLCommon.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
DLL/EZvizMonitor/Square.OkHttp3.dllold mode 100644 new mode 100755 Binary files differ
DLL/EZvizMonitor/Square.OkIO.dllold mode 100644 new mode 100755 Binary files differ
DLL/EZvizMonitor/ys.dllBinary files differ
HDL-ON_Android/HDL-ON_Android.csproj
@@ -145,14 +145,14 @@ <Reference Include="videophone"> <HintPath>..\DLL\FL\Android\videophone.dll</HintPath> </Reference> <Reference Include="LC_SDK"> <HintPath>..\DLL\LC\Android\LC_SDK.dll</HintPath> </Reference> <Reference Include="Square.OkHttp3"> <HintPath>..\DLL\EZvizMonitor\Square.OkHttp3.dll</HintPath> </Reference> <Reference Include="Square.OkIO"> <HintPath>..\DLL\EZvizMonitor\Square.OkIO.dll</HintPath> </Reference> <Reference Include="LC_SDK"> <HintPath>..\DLL\LC\Android\LC_SDK.dll</HintPath> </Reference> <Reference Include="ys"> <HintPath>..\DLL\EZvizMonitor\ys.dll</HintPath> HDL-ON_Android/Resources/Resource.designer.cs
Diff too large HDL_ON/Common/HDLCommon.cs
@@ -648,6 +648,10 @@ { if (b) { ((BaseActivity)Shared.Application.Activity).SetPermission(result => { if(result) { Android.Content.Intent intent = new Android.Content.Intent(); var bundle = new Android.OS.Bundle(); //传递name参数为tinyphp @@ -661,6 +665,9 @@ intent.SetComponent(new Android.Content.ComponentName(Shared.Application.Activity, "com.videogo.MainActivity")); Shared.Application.Activity.StartActivity(intent); } }, "android.permission.RECORD_AUDIO"); } }); #endif