• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Recent content by Srihari1904

  1. S

    Apps Android alarm manager is not triggering in few devices which phones is locked for long time

    I want to reset some shared preference values in the app to zero by 12 am midnight. Android alarm manager is not triggering in a few devices (1+, OPPO) which phones are locked for a long time. My code is this "alarmManager.setRepeating(AlarmManager.RTC_WAKEUP, System.currentTimeMillis()...
  2. S

    What is best way to count steps using sensors ?

    Team, Am developing app that count steps using Sensors (Accelerometer) but this is not accurate. So I used Sensor (TYPE_STEP_COUNTER) it was accurate but many devices are not supporting this sensor. Please help me to do step counter for supporting all the devices.