I use 24H format in the system. App still uses AM/PM format (12H). You can use `android.text.format.DateFormat.is24HourFormat` for checking if user opt-in to 24H format on device.
I use 24H format in the system. App still uses AM/PM format (12H).
You can use
android.text.format.DateFormat.is24HourFormatfor checking if user opt-in to 24H format on device.