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 中有关用户的所有数据。所以我想删除所有应用程序的数据库,如 Facebook、Twitter 等。我可以这样做吗?我认为答案是否定的,但我不确定。
有了root就可以了。您将进入每个应用程序数据文件夹(类似于/data/data/com.twitter.something/databases/)中的数据库文件夹并删除那里的所有文件。
/data/data/com.twitter.something/databases/
然后,我建议还删除缓存文件夹和首选项文件夹中的内容,基本上使它成为一个新安装的应用程序。
但同样,您的应用程序需要 root 才能执行此操作。