From 61df8ac3d298742b9023ae9e5258b2bb97099a94 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期一, 18 十一月 2024 17:09:49 +0800 Subject: [PATCH] 海康对接 --- HDLLinphoneSDKDemoNew/app/src/main/AndroidManifest.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/HDLLinphoneSDKDemoNew/app/src/main/AndroidManifest.xml b/HDLLinphoneSDKDemoNew/app/src/main/AndroidManifest.xml index 04e8b87..7253355 100644 --- a/HDLLinphoneSDKDemoNew/app/src/main/AndroidManifest.xml +++ b/HDLLinphoneSDKDemoNew/app/src/main/AndroidManifest.xml @@ -2,6 +2,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.hdllinphonesdkdemo"> + + <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" -- Gitblit v1.8.0