Google在通知菜单中显示安装过程的百分比。是否有可能听取它。我想要f.e.收到安装过程的开始和结束。我知道可以通过android.intent.action.PACKAGE_ADDED
收到结尾。但是,如何才能获得有关安装开始的信息,或者是从Play商店下载了一些应用程序?
答案 0 :(得分:1)
是否可以听取它。
没有。你不能监视其他应用程序'Notifications
。
但是如何才能获得有关开始安装的信息,或者是从Play商店下载了一些应用程序?
您可以修改固件以添加此功能,并在您自己的设备上安装此固件。
答案 1 :(得分:0)
这可能在API 18(android 4.3 jelly bean)上有可能: http://developer.android.com/reference/android/service/notification/NotificationListenerService.html
http://developer.android.com/about/versions/jelly-bean.html#43-beautiful-apps
http://developer.android.com/about/versions/android-4.3.html#NotificationListener