diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index c18f16e7..d1900325 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -23,7 +23,12 @@
-
+
+
+
+
+
+
@@ -37,4 +42,4 @@
-
\ No newline at end of file
+
diff --git a/src/components/player/android/components/VideoSurface.tsx b/src/components/player/android/components/VideoSurface.tsx
index d728baa4..a06bc0b0 100644
--- a/src/components/player/android/components/VideoSurface.tsx
+++ b/src/components/player/android/components/VideoSurface.tsx
@@ -533,7 +533,7 @@ export const VideoSurface: React.FC = ({
// @ts-ignore - Prop supported by patched react-native-video
onPictureInPictureStatusChanged={handleExoPictureInPictureStatusChanged}
automaticallyWaitsToMinimizeStalling={true}
- useTextureView={true}
+ useTextureView={false}
subtitleStyle={{
fontSize: subtitleSize ? Math.round(subtitleSize / 1.5) : 28,
paddingTop: 0,