1
0

fixes for android: restore from seed

This commit is contained in:
ThomasV
2013-10-08 14:12:56 +02:00
parent d2af935fc7
commit 14b5a3afd8
2 changed files with 36 additions and 13 deletions

View File

@@ -126,7 +126,7 @@ class WalletStorage:
f = open(self.path,"w")
f.write( s )
f.close()
if self.get('gui') != 'android':
if 'ANDROID_DATA' not in os.environ:
import stat
os.chmod(self.path,stat.S_IREAD | stat.S_IWRITE)