Android provides a permission called “SET_TIME_ZONE” with OS permission level “dangerous”. Does anyone know that given an application with this permission, how can the app set the time zone ?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For Setting of the Time Zone Programetically you need to use the Date Class.
See its Reference Documents here.
You need to use the
setTimeZone()method ofSimpleDateFormatClass.Following is sample code for settings Time Zone of according to America