V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
Fffys
V2EX  ›  Kotlin

MIUI API28+ActivityTransition API+kotlin 无法检测到活动,只能手动触发广播,怎么定位问题?

  •  1
     
  •   Fffys · 4 天前 · 521 次点击

    两个文件,MainActivity.kt, ActivityTransitionReceiver.kt

    具体内容见我的 Notion 页面

    因为发现只要有其它内容就显示,Sorry,you have been blocked you are unable to access v2ex.com

    • 运行 Logcat 里出现的上面定义的内容只有: 2024-11-26 22:27:33.925 22028-22028 ActivityRecognition com.example.testphysicalrecord D Transition updates started successfully 广播里的 Log 一个都没有,接下来要怎么找到问题在哪里呢?

    • 已经问过 ChatGPT4o, 4omini, 尝试过多种问法,尝试过让它们从零写一个(上面的就是),但是没有一个解决问题没有一个能成功检测到活动

    • 尝试过 Activity Recognition Transition API Codelab 这里的 java 版的例子,complete 的版本,也没有检测到活动

    • 应用里能给的权限都给了

    • 尝试过 ActivityRecognitionClient API ,也检测不到活动

    • 试着在 github 找了一些安卓活动监测的 repo ,最近一年内更新过的,下载安装后也都没有检测到活动

    接下来要怎么定位问题呢?

    第 1 条附言  ·  11 小时 52 分钟前
    ADB 发现签名不一致:
    11-30 16:59:44.370 2103 2117 W ActivityRecognitionProxy: com.google.android.gms resolves service com.android.location.service.ActivityRecognitionProvider, but has wrong signature, ignoring
    11-30 16:59:44.371 2103 2117 W ActivityRecognitionProxy: Odd, no component found for service com.android.location.service.ActivityRecognitionProvider
    已经从 play 商店发现 play 服务和 play 商店的版本一致,目前小米 6 没有 root ,在不 root 的前提下不知有没有办法解决这个问题?
    4 条回复    2024-11-30 18:08:09 +08:00
    Fffys
        1
    Fffys  
    OP
       4 天前
    补充:
    - 笔记本空间不太够目前不能在虚拟安卓机上测试,手头就只有这一个小米 6 ,MIUI 优化开着,没有 root ,以前用过运动记录类的应用(当时也开着 miui 优化),可以检测到运动。
    - play services 没问题
    whyrookie
        2
    whyrookie  
       3 天前
    稍等看了一下,不确定原因,但看你的清单文件少了 29+需要的“<uses-permission android:name="android.permission.ACTIVITY_RECOGNITION" />”
    Fffys
        3
    Fffys  
    OP
       2 天前
    @whyrookie 加了也没用,目前只在 API 28 的手机上测试的,而且 Activity Recognition Transition API Codelab 这里面的 Java 版的例子也是两种都加了,也没能识别到活动
    Fffys
        4
    Fffys  
    OP
       14 小时 16 分钟前
    问了 o1 也没解决,接下来要怎么办呢?
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2021 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 21ms · UTC 00:24 · PVG 08:24 · LAX 16:24 · JFK 19:24
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.