Skip to content

Commit 0ba5ec3

Browse files
Term fix 1
1 parent 96ad32a commit 0ba5ec3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/quickstarts/telephony/includes/emergency-calling-android.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ private void createAgent() {
103103
104104
## Start a call to 933 test call service
105105

106-
Add the following code to your **MainActivity.java** to add functionality to your emergency call button. For US only, a temporary Caller Id will be assigned for your emergency call despite of whether alternateCallerId param is provided or not.
106+
Add the following code to your **MainActivity.java** to add functionality to your emergency call button. For US only, a temporary Caller ID will be assigned for your emergency call despite of whether alternateCallerId param is provided or not.
107107

108108
```java
109109
private void emergencyCall() {
@@ -124,4 +124,4 @@ private void emergencyCall() {
124124

125125
:::image type="content" source="../media/emergency-calling/emergency-calling-android-app.png" alt-text="Screenshot of the completed Android application.":::
126126

127-
The app can now be launched using the "Run App" button on the toolbar (Shift+F10). You can place a call to 933 by clicking the **933 Test Call** button.
127+
The app can now be launched using the "Run App" button on the toolbar (Shift+F10). You can place a call to 933 by clicking the **933 Test Call** button.

0 commit comments

Comments
 (0)