mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-23 04:43:07 +00:00
prevent AndroidTV from starting Screensaver
This commit is contained in:
parent
66f94ddbaa
commit
2e84401d81
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ public class PlayerActivity extends AbstractServiceConnectedAcitivty
|
|||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.activity_playback);
|
||||
ButterKnife.bind(this);
|
||||
mSurfaceView.setKeepScreenOn(true);
|
||||
|
||||
mPlaybackControllFragment = (OverlayFragment) getFragmentManager().findFragmentById(R.id.playback_controls_fragment);
|
||||
|
||||
|
|
Loading…
Reference in a new issue