How to Reuse getExternalStorageState?
问题 How can this be written in its own class to be used over and over again? And where the comment line "//Loads the List" is, I need to be able to change that at runtime. Thnx ahead of time for the info. /** * -- Check to See if the SD Card is Mounted & Loads the Ordered List * ====================================================================== **/ private void storageState() { if (android.os.Environment.getExternalStorageState().equals( android.os.Environment.MEDIA_MOUNTED)) { orderASC();//