Created
April 19, 2023 04:42
-
-
Save kartikarora/dd6188a9d1848ae003141ddc8dda39af to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* More information at https://developer.android.com/reference/androidx/core/text/util/LocalePreferences | |
*/ | |
// Calendar Type | |
LocalePreferences.getCalendarType() | |
// First day of the week | |
LocalePreferences.getFirstDayOfWeek() | |
// Hour Cycle | |
LocalePreferences.getHourCycle() | |
// Temperature Unit | |
LocalePreferences.getTemperatureUnit() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment