gpt4 book ai didi

android - 如何在android中打开本地PDF?

转载 作者:太空宇宙 更新时间:2023-11-03 11:07:43 27 4
gpt4 key购买 nike

<分区>

我需要在我的 android 应用程序中显示一个本地 pdf,这个 pdf 需要包含在我的应用程序包中,我有这个但我不知道如何构建一个 File 类。

public void loadreglamento(View v){
//Im supposed to give a path with the file but I really dont know how
Uri path = Uri.fromFile(file);
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setDataAndType(path, "application/pdf");
intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
startActivity(intent);

}

这段代码对我来说没问题,我不在乎用户是否在外部查看器/编辑器中看到该文档。

我还需要知道我必须在哪里复制 PDF 文件。

提前致谢。

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com