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服务是否有可能操纵某些文件权限,以便没有其他应用程序(即使在root手机上)可以访问sdcard上的这些文件?例如,如果我想在特定时间“锁定”一些文件在 sdcard 上?谢谢,
Android服务是否有可能操纵某些文件权限,以便没有其他应用程序(即使在root手机上)可以访问sdcard上的这些文件?
不,对不起。外部存储对所有人开放,尤其是当外部存储位于 FAT16 格式的 SD 卡上时。