iori57
iori57
When other apps sends a wav or aac audio clips using intent, because its duration cannot be determined it is being attached as file attachment. With this change they can...
1) Start publishing to a session, notice that Android OS now reports that camera and microphone is being used by the app, which is fine.  2) Call session.onPause() followed...
Hi, on some of the newer Android devices, when we do crop image inside Gallery, it shows a blue border (instead of orange) and we may resize the border on...
Network test is accessing microphone even though publishAudio is set to false (user Privacy issue)
I am using latest Opentok Android SDK v2.25.3, with device Google Pixel 6 Pro Steps to reproduce: 1) Following the network test sample code provided, perform bandwidth test while setting...
Any files listed here: https://code.google.com/p/tesseract-ocr/downloads/list For example, this file: https://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.deu.tar.gz It is a tar.gz, I have no problem using another library to extract it to become just tar, however when...
When creating an ExpandableRecyclerAdapter.ListItem, is it possible to set a property so that it is expanded by default, instead of calling expandItems on each of them after finish with setItems()?...