Fix library patch
This commit is contained in:
parent
8c5fbbd031
commit
829388a3f2
1 changed files with 13 additions and 5 deletions
|
@ -1,11 +1,12 @@
|
||||||
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
|
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
|
||||||
index 950aa71e..cc615068 100755
|
index d127def4..b00d68a0 100755
|
||||||
--- a/AndroidManifest.xml
|
--- a/AndroidManifest.xml
|
||||||
+++ b/AndroidManifest.xml
|
+++ b/AndroidManifest.xml
|
||||||
@@ -9,309 +9,4 @@
|
@@ -8,317 +8,4 @@
|
||||||
|
<uses-sdk
|
||||||
android:minSdkVersion="14"
|
android:minSdkVersion="14"
|
||||||
android:targetSdkVersion="23"/>
|
android:targetSdkVersion="23"/>
|
||||||
|
-
|
||||||
- <!-- Permissions for Push Notification -->
|
- <!-- Permissions for Push Notification -->
|
||||||
- <!--<permission
|
- <!--<permission
|
||||||
- android:name="org.linphone.permission.C2D_MESSAGE"
|
- android:name="org.linphone.permission.C2D_MESSAGE"
|
||||||
|
@ -85,7 +86,6 @@ index 950aa71e..cc615068 100755
|
||||||
-
|
-
|
||||||
- <data android:scheme="tel"/>
|
- <data android:scheme="tel"/>
|
||||||
- <data android:scheme="sip"/>
|
- <data android:scheme="sip"/>
|
||||||
- />
|
|
||||||
- </intent-filter>
|
- </intent-filter>
|
||||||
- <intent-filter>
|
- <intent-filter>
|
||||||
- <action android:name="android.intent.action.SENDTO"/>
|
- <action android:name="android.intent.action.SENDTO"/>
|
||||||
|
@ -252,6 +252,14 @@ index 950aa71e..cc615068 100755
|
||||||
-
|
-
|
||||||
- <service android:name=".gcm.GCMService"/>-->
|
- <service android:name=".gcm.GCMService"/>-->
|
||||||
-
|
-
|
||||||
|
- <receiver
|
||||||
|
- android:name=".AccountEnableReceiver"
|
||||||
|
- android:permission="android.permission.CONFIGURE_SIP">
|
||||||
|
- <intent-filter>
|
||||||
|
- <action android:name="org.linphone.intent.ACCOUNTACTIVATE"/>
|
||||||
|
- </intent-filter>
|
||||||
|
- </receiver>
|
||||||
|
-
|
||||||
- <service android:name=".firebase.FirebaseIdService">
|
- <service android:name=".firebase.FirebaseIdService">
|
||||||
- <intent-filter>
|
- <intent-filter>
|
||||||
- <action android:name="com.google.firebase.INSTANCE_ID_EVENT"/>
|
- <action android:name="com.google.firebase.INSTANCE_ID_EVENT"/>
|
||||||
|
@ -358,4 +366,4 @@ index 402368a6..d7835538 100644
|
||||||
+ signingConfig null//signingConfigs.release
|
+ signingConfig null//signingConfigs.release
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue