mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Fix platform scheduler javadoc
PiperOrigin-RevId: 248503971
This commit is contained in:
parent
15b319cba2
commit
9ec330e7c7
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ import com.google.android.exoplayer2.util.Util;
|
|||
* <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
|
||||
* <uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
|
||||
*
|
||||
* <service android:name="com.google.android.exoplayer2.util.scheduler.PlatformScheduler$PlatformSchedulerService"
|
||||
* <service android:name="com.google.android.exoplayer2.scheduler.PlatformScheduler$PlatformSchedulerService"
|
||||
* android:permission="android.permission.BIND_JOB_SERVICE"
|
||||
* android:exported="true"/>
|
||||
* }</pre>
|
||||
|
|
|
|||
Loading…
Reference in a new issue