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

Search results

  1. G

    Auto start app working

    Hello, I am preparing the app that will run in background.When user restart or reboot his phone than app will start work automatically.I am useBroadcast Receiver to receive the boot completed action.I receive the success message in Log-cat to boot completed but app will not start work.I am put...
  2. G

    Apps Android Media Projection with Services class

    Hello, I am preparing app that will continuously run in background and send data at specific time interval to MySQL database. App user should be able to set time interval from app. Option#1 - With Media Projection and using Services class - App runs in background even if app is removed /...
  3. G

    Android Services class

    Hello, I am preparing app that will start and run in background whenever user unlock the phone. App will not display in task manager but App is Continuous run in background. so can not be killed by user. But yes app will be launched to make necessary application level settings when user will...