First of all, thank you for this wonderful library. I am using MaterialChoicePreference to select the path where data is stored in my app, based on the available storage units. Currently I use a string array with the values "internal storage" and "micro sd" respectively. However, I need to assign these values at run time based on the availability of storage units at a given time. How could I achieve this?
First of all, thank you for this wonderful library. I am using MaterialChoicePreference to select the path where data is stored in my app, based on the available storage units. Currently I use a string array with the values "internal storage" and "micro sd" respectively. However, I need to assign these values at run time based on the availability of storage units at a given time. How could I achieve this?