关闭android对话框“安装应用”

时间:2017-09-19 12:49:58

标签: android android-install-apk

以下gif显示应用程序“Amazon Underground”在点击安装按钮后如何关闭“安装应用程序”对话框

dismiss dialog when click on install

此外,Amazon Underground显然知道用户何时点击取消按钮。

detect cancel dialog

类似的问题:

Dismiss open/done installation dialog Android

Android handle cancel event when app install

android programmatically update apk and see the result of the installation

我想知道如何以编程方式执行此操作。 有谁知道怎么做?

由于

更新

我已将video上传到Youtube,您可以在其中看到“亚马逊安装过程”与“正常安装过程”相比较。在第二个22中,我点击安装按钮,Amazon App关闭/隐藏/关闭对话框

1 个答案:

答案 0 :(得分:0)

  

以下gif显示应用程序“Amazon Underground”在点击安装按钮后如何关闭“安装应用程序”对话框

不,它没有。这是用户点击安装按钮的截屏视频。您可以在截屏视频中看到“show pointer touches”开发者选项的白点。

  

此外,Amazon Underground显然知道用户何时点击取消按钮。

An ACTION_INSTALL_PACKAGE Intent可以在API Level 14+上拥有EXTRA_RETURN_RESULT,以了解用户何时安装应用或拒绝安装。