I know we can use System.currentTimeMillis();
to get current time in Android.
But if I use that code, when user change their time manually, the value will change accordingly.
Aside from getting current time by API from backend (considering that will be low signal in sudden), isn't there any Android API I can use to detect time changes or the real current time?