seskindell Active Member Licensed User Longtime User Oct 10, 2018 #1 Do you need root to set the system time from within an app? I noticed that there is AddPermission(android.permission.SET_TIME) Any help appreciated!
Do you need root to set the system time from within an app? I noticed that there is AddPermission(android.permission.SET_TIME) Any help appreciated!
DonManfred Expert Licensed User Longtime User Oct 10, 2018 #2 seskindell said: Do you need root to set the system time from within an app? Click to expand... Only system applications can change your date and time of your device. Your app can not have access to change DateTime of your Device So the answer to the question in the Thread is maybe YES. But i don´t know if it is possible with a rooted device. The answer to the question in Subject is no. Last edited: Oct 10, 2018 Upvote 0
seskindell said: Do you need root to set the system time from within an app? Click to expand... Only system applications can change your date and time of your device. Your app can not have access to change DateTime of your Device So the answer to the question in the Thread is maybe YES. But i don´t know if it is possible with a rooted device. The answer to the question in Subject is no.
MarkusR Well-Known Member Licensed User Longtime User Oct 10, 2018 #3 i found this topic in web: https://stackoverflow.com/questions/17939572/how-to-set-time-to-device-programmatically Upvote 0
i found this topic in web: https://stackoverflow.com/questions/17939572/how-to-set-time-to-device-programmatically