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.
我手机上的一个应用程序在手机闲置一段时间后在我的主屏幕上显示横幅广告。触摸广告外部会隐藏 AdView。看看下面的照片:
我不确定哪个特定的应用程序是原因。开发商是如何做到这一点的?他如何将 AdView 添加到主屏幕?
安卓 2.3
谢谢!
这可能是后台服务在后台运行的原因,因此您在主屏幕中查看添加。请查看以下文档Android 后台服务 和 http://developer.android.com/reference/android/app/Service.html