惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
Netflix TechBlog - Medium
罗磊的独立博客
云风的 BLOG
云风的 BLOG
Last Week in AI
Last Week in AI
Y
Y Combinator Blog
小众软件
小众软件
Blog — PlanetScale
Blog — PlanetScale
T
The Blog of Author Tim Ferriss
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
月光博客
月光博客
博客园 - Franky
F
Fortinet All Blogs
D
Docker
博客园 - 司徒正美
腾讯CDC
Recent Announcements
Recent Announcements
The Cloudflare Blog
B
Blog RSS Feed
GbyAI
GbyAI
T
Tailwind CSS Blog
雷峰网
雷峰网
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 三生石上(FineUI控件)
阮一峰的网络日志
阮一峰的网络日志

Android

安卓开发未半而中道崩殂 安卓原生 AI 编程(Termux) 海外访问国内资源的安卓手机 termux 方案 物理 SIM 卡方便换机、没法快速换卡, eSIM 可以方便机内切换 SIM 卡、但容易被运营商设限甚至禁止转移,有没有突破这种限制的可能性? 查手机信息的 app,可以共享为网页和 json 求推荐积极维护的 GKD 规则集订阅源 2026 年有哪些安卓手机原生就支持 Google 框架?可以直接安装 Google Play 等 APP? 求一点 AI 使用建议 好怀念 乐视手机的 LeOS 有没有安卓的程序猿大佬给看下这个 Tasker 的任务为什么对一加 13 无效 做了一个 Android 的 prompt 管理软件,送终身兑换码 旧手机改直流问题 [暂时免费] 我开发了一款免费学英语的 app,邀请大家来体验体验 请问安卓有什么推荐的软件吗? Android 手机有远程锁屏了 有人成功在 VMware 中启动 Android emulator 吗? 想找个中国银行 app 64 位版本的 apk, 版本号介于 9.9.8~9.9.23 都可以 推荐在大湾区工作有深港澳多地跑需求的人用荣耀当工作机 k90promax 真香 近期想换手机,现在还有什么推荐的安卓机吗? 又下不了 QQ 音乐歌曲了 有没有大佬知道如何获取安卓唯一标识 android 大佬们,有什么隐藏开发者 usb 调试的方案吗? 看到 k80 可以解锁了 入手了 一加 15T,说说感受 [分享创造] 临时需要 Android 环境时,你们会先买备用机还是先验证流程? 一个高性能的 Wireguard Android 开源客户端 爱国版 Unihertz Titan2 如何安装 google play? 被国产安卓海外版恶心到了 求推荐一个支持 ESIM 的安卓主力机
三星手机,隔几天会弹出一个广告,我用 logcat 看了看可能是...
lynnharry · 2026-06-21 · via Android

广告样式:屏幕上方长方形,简单白底,黑字,内容:天天开红包,最高 26888 元。点开是淘宝 APP 。

我系统设置淘宝是“限制”模式,平时不会在后台,我基本没怀疑过淘宝。今天记录了一下 logcat ,出广告的时间在 20 分钟前,只有 main 这部分 log 保留了,用 AI 分析了一下,初步结论是三星自带的提醒 APP ,我问了下这个 APP 具体干什么了,AI 的回答如下:

17:09:10 — The app is already running in background with two processes (main PID 3071, reminder service PID 27976). Samsung's FreecessController tries to freeze it but can't because it's using the accessibility service. 17:09:52-56 — I/O activity ramps up from 60 KB → 136 KB reads — it's starting to prepare content.

17:10:00.166 — Trigger: The system sends a scheduled job broadcast to sreminder: act=com.samsung.android.app.sreminder.cardproviders.common.servicejob dat=sreminder://...servicejob This is the system telling the app "time to check your scheduled reminders."

17:10:00.700-713 — The app registers a back button handler and creates a window surface ($_3071).

17:10:00.776-784 — Window finishes drawing and is shown on screen as a TYPE_APPLICATION_OVERLAY (type 2038). This is a floating overlay window that appears above all other apps — including Xiaohongshu. The window comes in with an appear animation.

17:10:00.815 — I/O spikes to 3276 KB read (loading reminder card data).

17:10:01.021 — Appear animation finishes, window surface is reparented back.

17:10:03.702-724 — Back callback removed, window is removed with an exit animation.

17:10:03.971 — Window fully gone. Total screen time: about 3 seconds of animation (brief visible overlay).

17:10:13.501 — Reminder service process killed by memory pressure.

17:10:21.489 — A new reminder service restarts for content provider access.

17:10:39.252 — Another CHECK_CONDITION broadcast fires — periodic background check.

我平时会用提醒这个 APP ,但我可以确定当时我没有设置任何提醒,该 APP 当时也没给我弹出任何正规的提醒,只有这个广告。