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

Recent content by leonard31

  1. L

    Apps How to run ADB command in service?

    I wrote simple android service and I would like to execute ADB command in background once per second. Function startInterval is executing once in start service method onStartCommand. public void startInterval(){ ScheduledExecutorService scheduler =...