ganer9r / daily_pedometer

MIT License
0 stars 2 forks source link

Not giving the daily steps count. Its giving the 0 steps on stream #2

Open abdulrehman192 opened 8 months ago

abdulrehman192 commented 8 months ago

I am listening to the stream and its giving me the 0 steps. even I am walking. My phone built in step counter counts my steps

ganer9r commented 7 months ago

You need to go into the app settings and enable the permissions for ACTIVITY_RECOGNITION and alarms.

9jadev commented 5 months ago

I am listening to the stream and its giving me the 0 steps. even I am walking. My phone built in step counter counts my steps

permissions

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.ACTIVITY_RECOGNITION" />
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM"/>
9jadev commented 5 months ago

try on samsung a14