Skip to content

Commit 7daa727

Browse files
remove hardwareAccelerated flag
1 parent 803be58 commit 7daa727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/calling-sdk/telecommanager-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ description: Steps on how to integrate TelecomManager with Azure Communication S
2727
### Configure `TelecomConnectionService`
2828
Add `TelecomConnectionService` to your App AndroidManifest.xml
2929
```
30-
<application android:hardwareAccelerated="true">
30+
<application>
3131
...
3232
<service
3333
android:name="com.azure.android.communication.calling.TelecomConnectionService"

0 commit comments

Comments
 (0)