Update PlayVideoActivity.java
This commit is contained in:
parent
3e9d84b109
commit
44ef04d90a
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ public class PlayVideoActivity extends AppCompatActivity {
|
||||||
super.onCreate(savedInstanceState);
|
super.onCreate(savedInstanceState);
|
||||||
|
|
||||||
setContentView(R.layout.activity_play_video);
|
setContentView(R.layout.activity_play_video);
|
||||||
|
setVolumeControlStream(AudioManager.STREAM_MUSIC);
|
||||||
isLandscape = checkIfLandscape();
|
isLandscape = checkIfLandscape();
|
||||||
hasSoftKeys = checkIfHasSoftKeys();
|
hasSoftKeys = checkIfHasSoftKeys();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue