Commit 27b90fba by samrobinson Committed by Oliver Woodman

Make WakeLockManager package private.

PiperOrigin-RevId: 272888174
parent efe6e640
......@@ -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";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment