三星手机,隔几天会弹出一个广告,我用 logcat 看了看可能是来自于自带的“三星提醒”。

lynnharry 2026-06-21 18:27 1

广告样式:屏幕上方长方形,简单白底,黑字,内容:天天开红包,最高 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 当时也没给我弹出任何正规的提醒,只有这个广告。

最新回复 (12)
  • win8en 06-21 18:36
    1
    大概率是三星生活助手的,关闭即可
  • win8en 06-21 18:38
    2
    希望可以帮助到你
  • lynnharry 楼主 06-21 18:48
    3
    @win8en 谢谢,你图里的这两个我以前已经关了,不过最下面还有个广告相关的,我刚关了,试试吧。

    看 log 就是提醒服务啊,难不成还是生活助手调的提醒?
  • win8en 06-21 19:52
    4
    有可能是那个生活助手创建的提醒,基本上不可能是三星那个提醒应用。那个提醒应用挺好用的,也不会出现这种情况
  • shakoon 06-21 22:29
    5
    用 good lock 里的 notistar 跟踪一下
  • stephCurry 06-22 05:11
    6
    外版三星没有,还便宜
  • userff 06-22 09:16
    7
    我也发现这个广告了
  • raincaptain 06-22 10:33
    8
    loacat ,其他 android 手机可以用??
  • racgas 06-22 10:53
    9
    那个手机助手关掉广告就行了,国行的三星比小米好用多了,很多小米的功能(拍 pdf 取字)三星都有平替,还没有一堆傻逼广告和改个手机名要联网的限制
  • 424778940 06-22 11:10
    10
    港版从没碰到这种问题 前几天把我的老 note20u 刷国行发现已经广告满天飞又刷回港版了... 国行真的没法用
  • EJW 06-22 11:11
    11
    @win8en #2 请问这个设置页面是从哪儿进的,我没找到
  • Pettyfer 06-22 11:49
    12
    所以直接刷港版系统或者用港版手机嘛。国行三星、国产品牌有几个不给你拉屎的
* 帖子来源V2EX
返回