confirem修改为confirm
This commit is contained in:
@ -323,9 +323,9 @@ public class MainActivity extends BaseFragmentActivity implements OnClickListene
|
||||
}
|
||||
final String path = downloadEntity.getPath();
|
||||
DialogUtils.showWarningDialog(this, "提示", msg, "直接退出", "立即安装",
|
||||
new DialogUtils.ConfiremListener() {
|
||||
new DialogUtils.ConfirmListener() {
|
||||
@Override
|
||||
public void onConfirem() {
|
||||
public void onConfirm() {
|
||||
handler.postDelayed(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
@ -800,9 +800,9 @@ public class MainActivity extends BaseFragmentActivity implements OnClickListene
|
||||
"<font color='#ff0000'>读取应用列表</font>”选择为打开" +
|
||||
"“<font color='#ff0000'>允许</font>”,否则光环助手将无法帮您安装插件加速版的游戏");
|
||||
DialogUtils.showWarningDialog(this, "提示", content, "忽略", "去开启",
|
||||
new DialogUtils.ConfiremListener() {
|
||||
new DialogUtils.ConfirmListener() {
|
||||
@Override
|
||||
public void onConfirem() {
|
||||
public void onConfirm() {
|
||||
// 跳转应用信息界面
|
||||
Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS);
|
||||
Uri uri = Uri.fromParts("package", getPackageName(), null);
|
||||
|
||||
Reference in New Issue
Block a user