mirror of
https://github.com/samsonjs/media.git
synced 2026-04-09 11:55:46 +00:00
Make WakeLockManager package private.
PiperOrigin-RevId: 272888174
This commit is contained in:
parent
efe6e6408a
commit
27b90fba0e
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ import com.google.android.exoplayer2.util.Log;
|
|||
* <p>The handling of wake locks requires the {@link android.Manifest.permission#WAKE_LOCK}
|
||||
* permission.
|
||||
*/
|
||||
public final class WakeLockManager {
|
||||
/* package */ final class WakeLockManager {
|
||||
|
||||
private static final String TAG = "WakeLockManager";
|
||||
private static final String WAKE_LOCK_TAG = "ExoPlayer:WakeLockManager";
|
||||
|
|
|
|||
Loading…
Reference in a new issue