Commit b155ac9e by amateur

1

1 parent e9866173
......@@ -130,7 +130,6 @@ public class UpdateDialog extends DialogFragment implements View.OnClickListener
ToastUtils.showLong("安装应用需要打开安装未知来源应用权限,请去设置中开启权限");
Uri packageUri = Uri.parse("package:" + CtxUtils.getPackageName());
Intent intent = new Intent(Settings.ACTION_MANAGE_UNKNOWN_APP_SOURCES, packageUri);
;
TimerUtils.setTimeout(() -> {
startActivity(intent);
}, 2000);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!