在Android上获取应用程序安装日期 [英] Get Application Installed Date on Android

查看:288
本文介绍了在Android上获取应用程序安装日期的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法在Android设备上找到安装应用程序的日期。

Is there are way to find out the "Date when an application was installed" on an Android Device.

已广泛搜索,但无法找到相关答案。

Have searched extensively, but unable to find relevant answer.

无法找到有关应用程序日期的任何内容通过PackageManager文档/代码安装。

Was unable to find anything regarding Date when Application was Installed through PackageManager documentation/Code.

非常感谢。
Mahim。

Thanks a lot. Mahim.

推荐答案

或这一个( API第9级向上! / p>

or this one (API Level 9 upwards!):

long installed = context
    .getPackageManager()
    .getPackageInfo(context.getPackag‌​eName(), 0)
    .firstInstallTime
;

这篇关于在Android上获取应用程序安装日期的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆