def default_storage_dir(self): udd = user_data_dir('python-for-android') if ' ' in udd: udd = '~/.python-for-android' return udd