Skip to content

Commit 182a76b

Browse files
committed
RESULT_OK を設定していなかった問題を修正。
1 parent 058a421 commit 182a76b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dConnectDevicePlugin/dConnectDeviceUVC/app/src/main/java/org/deviceconnect/android/deviceplugin/uvc/profile/UVCMediaStreamRecordingProfile.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ public boolean onRequest(final Intent request, final Intent response) {
152152
if (previewMaxFrameRate != null) {
153153
recorder.setMaxFrameRate(previewMaxFrameRate);
154154
}
155+
156+
setResult(response, DConnectMessage.RESULT_OK);
155157
} finally {
156158
sendResponse(response);
157159
}

0 commit comments

Comments
 (0)