Commit 20272e9cdb49dc43222c55c18fd5e6f14d9b649b
1 parent
57cd625f
更新sdk
Showing
2 changed files
with
2 additions
and
3 deletions
app/libs/libcnlivevideo.jar
No preview for this file type
app/src/main/java/com/cnlive/demo/video/JumpSwitchVideoActivity.java
| 1 | 1 | package com.cnlive.demo.video; |
| 2 | 2 | |
| 3 | -import android.app.Activity; | |
| 4 | 3 | import android.content.Intent; |
| 5 | 4 | import android.os.Bundle; |
| 6 | 5 | import android.support.annotation.Nullable; |
| ... | ... | @@ -21,11 +20,11 @@ public class JumpSwitchVideoActivity extends AppCompatActivity{ |
| 21 | 20 | } |
| 22 | 21 | |
| 23 | 22 | public void clickToPlayPathDemo(View view){ |
| 24 | - startActivity(new Intent(this,SwitchVideoByIdActivity.class)); | |
| 23 | + startActivity(new Intent(this,SwitchVideoByPathActivity.class)); | |
| 25 | 24 | } |
| 26 | 25 | |
| 27 | 26 | public void clickToPlayIdDemo(View view){ |
| 28 | - startActivity(new Intent(this,SwitchVideoByPathActivity.class)); | |
| 27 | + startActivity(new Intent(this,SwitchVideoByIdActivity.class)); | |
| 29 | 28 | } |
| 30 | 29 | |
| 31 | 30 | ... | ... |