mashtyyy
Results
1
comments of
mashtyyy
hi I solved by this just add below code to the end of onStartRecording() function ` int flash = photographer.getFlash(); if (flash == Values.FLASH_TORCH) { photographer.setFlash(Values.FLASH_OFF); new Handler().postDelayed(new Runnable() {...