1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

- fastlane sructure corrected

This commit is contained in:
lufebe16 2023-03-27 18:31:56 +02:00
parent 755e1b444c
commit cafe58aa69
10 changed files with 1 additions and 0 deletions

View file

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View file

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View file

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -60,6 +60,7 @@ def getStoragePerm():
return ap.getPerms(
["android.permission.WRITE_EXTERNAL_STORAGE"])
def requestStoragePerm():
ap = AndroidPerms()
logging.info("androidperms: API version %d" % (ap.version.SDK_INT))