Compare commits

..

No commits in common. 'main' and 'dev1' have entirely different histories.
main ... dev1

Binary file not shown.

@ -2,6 +2,9 @@
<project version="4">
<component name="deploymentTargetDropDown">
<value>
<entry key="NoteEditActivity">
<State />
</entry>
<entry key="app">
<State />
</entry>

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
</component>
</project>

@ -50,7 +50,7 @@ public class videoactivity extends Activity {
dialog.show();
tiaoguo=(Button)findViewById(R.id.tiaoguo);
_AudioManager=(AudioManager)this.getSystemService(Context.AUDIO_SERVICE);
_AudioManager.setStreamVolume(AudioManager.STREAM_MUSIC,0,AudioManager.FLAG_PLAY_SOUND);
_AudioManager.setStreamVolume(AudioManager.STREAM_MUSIC,10,AudioManager.FLAG_PLAY_SOUND);
video=findViewById(R.id.videoview);
String url="android.resource://"+getPackageName()+"/"+R.raw.banana;
// String url = "https://v2.cri.cn/M00/01/FB/rBABDWSumcCAQr0FAboZIp7NOEw200.mp4";

Binary file not shown.
Loading…
Cancel
Save