Skip to content

Commit 84afa47

Browse files
Sylvain Boilymanuquentin
Sylvain Boily
authored andcommitted
remove stir shaken modification
1 parent 9580ca5 commit 84afa47

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

android/src/main/java/io/wazo/callkeep/VoiceConnectionService.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -385,12 +385,6 @@ private Connection createConnection(ConnectionRequest request) {
385385

386386
connection.setInitializing();
387387
connection.setExtras(extras);
388-
389-
if (Build.VERSION.SDK_INT >= 30) {
390-
Log.d(TAG, "Set Caller Number Verification");
391-
connection.setCallerNumberVerificationStatus(Connection.VERIFICATION_STATUS_PASSED);
392-
}
393-
394388
currentConnections.put(extras.getString(EXTRA_CALL_UUID), connection);
395389

396390
// Get other connections for conferencing

0 commit comments

Comments
 (0)