2b0d46440c4a76ead4e7947ba1226e4876f955a7
Build APK / build (push) Failing after 3s
Root cause: Service created via BIND_AUTO_CREATE (bound-only) is not in a 'started' state, so calling startForeground throws IllegalStateException on Android 12+. Fix: in onServiceConnected callback, call startService() first to transition the Service into started state, then startCollection() which calls startForeground(). This is safe because: - startService on an already-created Service only triggers onStartCommand - No duplicate creation, no infinite loop - Matches what v1.0.0 did (startService + call startCollection from Fragment)
Description
这是一个传感器工具,使用手机上有限的传感器进行显示或分析现场环境数据
Releases
6
v1.2.2 — Crash Fix
Latest
Languages
Kotlin
97%
HTML
3%