Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
packages_services_Telephony
Commits
22b7ae3f
Commit
22b7ae3f
authored
10 years ago
by
Yorke Lee
Browse files
Options
Download
Email Patches
Plain Diff
Add BIND_TELECOM_CONNECTION_SERVICE permission
Bug: 21088342 Change-Id: I465307899d83c4a3ee5e88a28554c4b867c1f4ba
parent
0ad57461
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
AndroidManifest.xml
AndroidManifest.xml
+2
-2
No files found.
AndroidManifest.xml
View file @
22b7ae3f
...
...
@@ -502,7 +502,7 @@
<service
android:name=
"com.android.services.telephony.sip.SipConnectionService"
android:label=
"@string/sip_connection_service_label"
android:singleUser=
"true"
android:permission=
"android.permission.BIND_CONNECTION_SERVICE"
>
android:permission=
"android.permission.BIND_
TELECOM_
CONNECTION_SERVICE"
>
<intent-filter>
<action
android:name=
"android.telecom.ConnectionService"
/>
</intent-filter>
...
...
@@ -608,7 +608,7 @@
android:singleUser=
"true"
android:name=
"com.android.services.telephony.TelephonyConnectionService"
android:label=
"@string/pstn_connection_service_label"
android:permission=
"android.permission.BIND_CONNECTION_SERVICE"
>
android:permission=
"android.permission.BIND_
TELECOM_
CONNECTION_SERVICE"
>
<intent-filter>
<action
android:name=
"android.telecom.ConnectionService"
/>
</intent-filter>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment