I have a video player in my application that uses a TextureView and a MediaPlayer. Everything works fine on most devices but according to Play store reviews, it seems that on low end devices only (YFANG tablets, WonderMedia MIDM-M803, Carrefour CT705,...) the TextureView displays nothing. After debugging, I found out that the windowIsTranslucent=true parameter in my theme is responsible for this. Is there any workaround ? How can I know that this property is not supported on a device ?
Any ideas ?
Thnaks