From 83d5ada866a598ee868d3e23624d104d1027db29 Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期二, 27 八月 2024 15:28:42 +0800
Subject: [PATCH] 增加挂断功能

---
 Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/jl/AndroidManifest.xml |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/jl/AndroidManifest.xml b/Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/jl/AndroidManifest.xml
index e85d0ed..6d4bdf1 100644
--- a/Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/jl/AndroidManifest.xml
+++ b/Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/jl/AndroidManifest.xml
@@ -2,7 +2,7 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.hdl.hdllinphonesdk"
     android:versionCode="1"
-    android:versionName="1.0.6" >
+    android:versionName="1.0.8" >
 
     <uses-sdk
         android:minSdkVersion="23"
@@ -31,11 +31,7 @@
         android:allowBackup="true"
         android:label="@string/app_name"
         android:supportsRtl="true" >
-        <activity android:name="com.hdl.hdllinphonesdk.activity.HDLLinphoneReverseCallActivity" >
-            <intent-filter>
-                <action android:name="android.intent.action.MAIN" />
-            </intent-filter>
-        </activity>
+        <activity android:name="com.hdl.hdllinphonesdk.activity.HDLLinphoneReverseCallActivity" />
         <activity android:name="com.hdl.hdllinphonesdk.activity.HDLLinphoneMonitorActivity" />
         <activity android:name="com.hdl.hdllinphonesdk.activity.HDLLinphoneIntercomActivity" />
 

--
Gitblit v1.8.0