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

How to send data to a server every day at 23:59

Moreno17

Lurker
Hi all,
I have made an application with a service running in background that collects data from the smartphone sensors using AWAKE framework. What I want to do now is to send these data every day at 23:59 but, how can I do it?.
Thanks!.
 
Last edited by a moderator:
I'm thinking Tasker
I mean in Android Studio but I finally got it

I did class that extends from BroadcastReceiver
broadcast-Receiver.png


And I created an alarm using AlarmManager
alarm.png
 
Back
Top Bottom