升级69版
This commit is contained in:
parent
d385764b56
commit
9364706365
@ -37,8 +37,8 @@ android {
|
||||
applicationId "com.arpa.hndahesudintocctmsdriver"
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 30
|
||||
versionCode 68
|
||||
versionName "3.3.8"
|
||||
versionCode 69
|
||||
versionName "3.3.9"
|
||||
flavorDimensions "CHANNEL_VALUE"
|
||||
flavorDimensions "app_icon"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
@ -552,15 +552,15 @@ public class HomeFragment extends BaseFragment {
|
||||
startActivity(in4);
|
||||
break;
|
||||
case 3:
|
||||
// Intent in5 = new Intent(con, WebActivity.class);
|
||||
// in5.putExtra("url", "https://ks.wjx.top/vm/h6Jqu8A.aspx");
|
||||
// in5.putExtra("title", "知识竞猜");
|
||||
// startActivity(in5);
|
||||
Intent in5 = new Intent(con, WebActivity.class);
|
||||
in5.putExtra("url", "https://ks.wjx.top/vm/h6Jqu8A.aspx");
|
||||
in5.putExtra("title", "知识竞猜");
|
||||
startActivity(in5);
|
||||
|
||||
Intent in = new Intent(getContext(), WebActivity.class);
|
||||
in.putExtra("url", "http://192.168.1.152:8080");
|
||||
in.putExtra("title", "隐私政策");
|
||||
getContext().startActivity(in);
|
||||
// Intent in = new Intent(getContext(), WebActivity.class);
|
||||
// in.putExtra("url", "http://192.168.1.152:8080");
|
||||
// in.putExtra("title", "隐私政策");
|
||||
// getContext().startActivity(in);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user