You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
I am developing application for access control and cannot allow user to change date and time of android device manually. Is there a way to block the manual change of date and time?
SteveJG
unread,
Nov 18, 2019, 9:20:56 AM11/18/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
There is probably NOT a way to "to block the manual change of date and time" using the Android's Settings. Device manual Settings override all code in the app.
Why do you want to block a manual change?
Taifun
unread,
Nov 18, 2019, 9:33:12 AM11/18/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
don't get the date and time from the device, get it form a server instead...
you can do this using the web component and a date time API of your choice