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.
我正在点击 Web 服务并获得在后台安装和卸载应用程序的操作。到目前为止,我能够通过用户交互来安装和卸载应用程序。我需要不应该有用户交互,并且应该根据后台操作安装/卸载应用程序,而不会打扰用户。
你想做的事是不可能的
这种任务只能由系统应用程序或具有 root 访问权限的应用程序完成。
出于安全原因,无法通过公共 SDK。