光环助手V2.4优化汇总(20170302)
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
package com.gh.gamecenter;
|
||||
|
||||
import android.content.Intent;
|
||||
import android.os.Bundle;
|
||||
import android.os.Handler;
|
||||
import android.os.Message;
|
||||
@ -53,8 +54,10 @@ public class AboutActivity extends BaseActivity {
|
||||
UpdateManager.getInstance(this).checkUpdate(false, handler); // 自动检出更新
|
||||
}
|
||||
} else if (view.getId() == R.id.about_shengming) {
|
||||
// TODO 跳转免责声明
|
||||
|
||||
Intent intent = new Intent(AboutActivity.this, WebActivity.class);
|
||||
intent.putExtra("gameName", "使用条款与免责声明");
|
||||
intent.putExtra("url","http://api.ghzhushou.com/disclaimer");
|
||||
startActivity(intent);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user