Merge "Have telecomm test app register a SIM Subscription account" into lmp-dev
diff --git a/tests/src/com/android/telecomm/testapps/TestVideoCallProvider.java b/tests/src/com/android/telecomm/testapps/TestVideoCallProvider.java
index 2aca2fa..94d0618 100644
--- a/tests/src/com/android/telecomm/testapps/TestVideoCallProvider.java
+++ b/tests/src/com/android/telecomm/testapps/TestVideoCallProvider.java
@@ -82,9 +82,8 @@
         mCameraId = cameraId;
 
         stopCamera();
-        // Get the capabilities of the camera and send it back to the in-call UI.
+        // Get the capabilities of the camera
         setCameraCapabilities(mCameraId);
-        changeCameraCapabilities(mCameraCapabilities);
     }
 
     @Override