gpt4 book ai didi

android - 如何将图标添加到内部存储文件夹,如Whatsapp或Snapchat(Android)

转载 作者:行者123 更新时间:2023-12-02 13:12:53 24 4
gpt4 key购买 nike

我下载文件并将其保存在内部存储器中的代码是:

val downloadManager = context!!.getSystemService(Context.DOWNLOAD_SERVICE) as DownloadManager
val request = DownloadManager.Request(uri)
request.setTitle(filename)
request.setDestinationInExternalPublicDir(FOLDER_NAME, File.separator + filename)
...

它工作正常,文件保存在正确的文件夹中,但是我想像Whatsapp或Snapchat一样将应用程序的图标添加到该文件夹​​中:

internal storage folders

有人知道怎么做吗?也许在.setDestinationInExternalPublicDir()中添加任何内容?

最佳答案

那不可能您的文件管理员可以识别它。像Solid Explorer这样的文件管理器,其 Assets 中都有一个数据库,其中包含着名应用程序及其各自图标的条目。之前我也想知道。但不幸的是,这不是默认功能。

关于android - 如何将图标添加到内部存储文件夹,如Whatsapp或Snapchat(Android),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55303055/

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