How do I Return a Runnable in this Method?
问题 I don't know how to make a Return on a Runnable Method (or w/this particular method). I may have the idea wrong to(?). Any help? thnx! *This is continued/related from this post. But thought it could be a Q on its own. In the Activities onCreate: Runnable doIfMounted = orderASC_Label(); StorageStateChecker.performExternalStorageOperation(doIfMounted ); The Runnable: /** * -- Default List Order (Ascending) * ===================================================================== * @return **/