检测用户何时打开前台应用程序
我正在开发一个安卓应用程序。每当用户打开前台应用程序时,我想通过我的服务中的事件或任何其他方式了解。我想收集自己的使用情况统计数据,因为我找不到方法来了解应用程序的使用次数。
有谁知道一个好方法来做到这一点?或者如果可能的话,已经获得这些统计数据了吗?
I am developing an android app. I want to know through an event or any other means in my service, whenever user opens a foreground app. I want to collect my own usage statistics, as I can't find a way to know how many times an app has been used.
Does anyone know of a nice way to do this? Or obtain those statistics, already, if possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Android SDK 不支持这些。
None of this is supported by the Android SDK.
您直接尝试过 Google Analytics 吗?
http://code.google.com/mobile/analytics/docs/android/
Have you tried Google Analytics directly?
http://code.google.com/mobile/analytics/docs/android/