Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当用户打开文本文件时,他会看到“打开方式”对话框,他在其中选择我的应用程序(并且可能选择“默认使用”)。从那里我如何获得用户选择的文件的路径?
getIntent().getData()将返回Uri与用户打开的任何内容相关联的内容。然后,您可以使用 aContentResolver以流的形式获取该内容。
getIntent().getData()
Uri
ContentResolver