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.
有没有办法在Android中获取任何文件的图标?我正在构建一个文件浏览器应用程序。我试过这个......但 ApplicationInfo 对象设置为空。
PackageInfo pkgInfo = getPackageManager().getPackageArchiveInfo(currentPath+pathName, 0); 应用程序信息 appinfo = pkgInfo.applicationInfo;
谢谢!拉胡尔。
您只能为应用程序文件(.apk)获取图标,对于文件的其余部分,您可以检索文件的扩展名并为每个文件设置图标。