forked from AOSiP/platform_packages_services_Telephony
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move ACTION_SIP_INCOMING_CALL back to Manifest
The ACTION_SIP_INCOMING_CALL intent receiver along with all of the other SIP intent receivers were moved to dynamic registration because background check was not letting them be received. Since ACTION_SIP_INCOMING_CALL is an explicit intent, this caused this intent to not be received anymore and caused SIP incoming calls to not show InCall UI. This change moves that intent back to the manifest so that it can be received. Bug: 64508600 Test: Manual Change-Id: Ie330f748790fc0470a2b59128258c50e17d4cdf7
- Loading branch information
Brad Ebinger
committed
Aug 10, 2017
1 parent
51e2046
commit 2862612
Showing
6 changed files
with
48 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
-verbose | ||
-keep class com.android.services.telephony.sip.SipConnectionService | ||
-keep class com.android.services.telephony.sip.SipBroadcastReceiver | ||
-keep class com.android.services.telephony.sip.SipIncomingCallReceiver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters