如何从华为智能手机中删除隐藏的 ARCore 应用程序?

How to delete hidden ARCore application from Huawei smartphone?

我的华为 P Smart 智能手机不支持 ARCore。尽管如此,我还是使用 ARCore PatchTerminaladb 将其安装在此设备上。应用程序安装成功。但是,遗憾的是,华为仍然不支持ARCore。

问题是我的智能手机上没有 ARCore 应用程序,我在 Play 商店中看到以下消息:“此应用不再与您的设备兼容。"

Question: How to delete ARCore app from the phone without resetting Android OS?

为了从智能手机卸载 ARCore,我使用终端 uninstall 命令:

adb uninstall com.google.ar.core

P.S. 如果您已经安装了原始的 apk,则需要手动卸载它,因为它使用不同的签名关键。