I\'m working on an app that wants to display lengths either in centimeters (cm) or in inches(\"). Is there a way to select the right unit from the locale? In any event I\'m also
LocaleData.getMeasurementSystem is available from API level 28 and beyond. It returns the information you are looking for.