Background Playback
- Moves Video/Audio player to a foreground service. - Migrates Feed, Stories and Live Stream screens to that service - Blocks screen from going to sleep if a video is playing. - Blocks WIFI from going to sleep if an online video is playing. - Allows the app to pause while listening to media - Manages cache for up to 30 videos in parallel for each of the 3 categories: local, streaming, progressive content - Activates the use of popup with artwork that points to the screen with the video - Creates a button to allow any video to play while browsing the app/phone - Moves app to SingleTop mode. - Keeps viewed position cached for up to 100 videos. - Restructures the starting screen from App Nativation
This commit is contained in:
@@ -177,6 +177,7 @@ dependencies {
|
||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
||||
implementation 'androidx.media3:media3-exoplayer-hls:1.1.0'
|
||||
implementation 'androidx.media3:media3-ui:1.1.0'
|
||||
implementation 'androidx.media3:media3-session:1.1.0'
|
||||
|
||||
// Local model for language identification
|
||||
playImplementation 'com.google.mlkit:language-id:17.0.4'
|
||||
|
||||
Reference in New Issue
Block a user