Skip to content

Commit 6231c12

Browse files
committed
Fix player retry behavior to preserve position and show retry animation instead of error messages
1 parent 842af5a commit 6231c12

File tree

5 files changed

+215
-356
lines changed

5 files changed

+215
-356
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<!-- Internet and network permissions -->
66
<uses-permission android:name="android.permission.INTERNET" />
77
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
8-
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
9-
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
108

119
<!-- Declare that the app supports Android TV -->
1210
<uses-feature

0 commit comments

Comments
 (0)