Android Question Schedule power on and power off

Mark Ryan Penafiel

Member
Licensed User
Longtime User
Good day,

In the phone settings, there is a schedule power on and power off. However its allowed only one time.
Is there a way to code to turn off a phone when a time arrives and turn on it on when a time arrives.

ex
turn off: 11:45 pm, 5:45pm . 11:45 am . 5:45 am
Turn on: 12 mn, 6 am, 12 nn, 6pm

thank you
 

Mark Ryan Penafiel

Member
Licensed User
Longtime User
Yes, I want an app that will turn off the phone, and turn it on again based on the schedule set. This is like the "scheduled power on off" on the setting menu of android phone under system (see attached file). however this limited only to two time range only. I want to create a multiple time scheduled power on and off
 

Attachments

  • Screenshot_2015-04-07-12-46-44.png
    Screenshot_2015-04-07-12-46-44.png
    35.8 KB · Views: 341
  • Screenshot_2015-04-07-12-46-40.png
    Screenshot_2015-04-07-12-46-40.png
    72.1 KB · Views: 296
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
This seems to be a device (or manufacturer) specific feature. Or maybe it is an custom rom and it is a feature the custom-rom-author built in

It is not standard in android. So i guess there is no known way to extend it. You need to ask the "Author" of this rom for an sdk to use
 
Upvote 0
Top