非生根用户无法卸载系统应用,但能够卸载更新,使得它们被恢复到系统图像附带的应用程序的基本版本。
当用户执行此操作时,它是否清除了应用程序的数据?
上下文: 应用程序的较新版本可以与应用程序的旧版本不兼容的数据写入数据。
非生根用户无法卸载系统应用,但能够卸载更新,使得它们被恢复到系统图像附带的应用程序的基本版本。
当用户执行此操作时,它是否清除了应用程序的数据?
上下文: 应用程序的较新版本可以与应用程序的旧版本不兼容的数据写入数据。
Non-rooted users can't uninstall system apps but are able to uninstall updates to them such that they are reverted to the base version of the app that shipped with the system image.
When a user does this operation, does it clear the data for the app?
Context: Newer versions of an app may write data incompatible with old versions of the app.
卸载系统应用程序的更新确实清除了通过卸载系统应用的数据和观察应用程序的数据部分消耗的存储来测试数据,转到 0.00B
。
参考,它还输出意图 android.intent.action.PACKAGE_REMOVED
,就像像往常一样卸载整个应用程序。
Uninstalling updates to a system app does clear the data, tested by uninstalling a system app with data and observing the storage consumed by the data portion of the app go to 0.00B
.
For reference, it also outputs intents broadcasting android.intent.action.PACKAGE_REMOVED
just as if the entire app had been uninstalled as usual.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有