是否有任何副作用在Android智能手机上安装和卸载大量应用程序?
具体在于,我需要注意的任何事情都没有清理?
是否有任何副作用在Android智能手机上安装和卸载大量应用程序?
具体在于,我需要注意的任何事情都没有清理?
Are there any side effects of Installing and uninstalling lots of apps on an Android smart phone?
Specifically are there any things that do not get cleaned up that I need to be aware off?
不应该是任何主要的副作用。大多数应用都非常擅长清理自己。
但是,很多时候,您将从卸载的应用程序中看到SD卡的根目录。该目录最有可能由应用程序创建,以便在外部存储某种类型的数据,无论是下载,备份等。如果它们显示出来,您可能必须手动删除这些。使用文件管理器浏览一段时间每次浏览SD卡。Shouldn't be any major side effects. Most applications are pretty good about cleaning themselves up.
However, a lot of times you will see a directory at the root of your SD card from an uninstalled app. This directory was most likely created by the app to store some type of data externally, whether it be downloads, backups, etc. You may have to manually delete these if they show up. Use a file manager to browse your SD card every once in a while.
除了SD卡之外,如果应用程序连接到服务器以提供其服务,它可以存储服务器中的数据。
Aside from SD card, if the application connects to a server to provides its service, it may stores data in the server.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有