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.
我有一个应用程序...我想为该应用程序添加一个功能。功能是自动重命名 sdcard 中的文件夹。
它这样做。下载一个文件。然后它会自动提取到sd卡。那么有没有让它自动重命名呢?有smali的代码吗?
只需使用此代码 oldfilename.renameTo(new_file_name);