diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-27 04:46:26 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-27 04:46:26 +0000 |
commit | e8bd0e3644070d2ea9f8fc309e725d9b9b3d0bd6 (patch) | |
tree | bf8c0d50dbd1c579b5fc6a671a1051aabb20a4a4 /src/view/app.py | |
parent | d9d8b5d6509433d7c9ef23d9d0279fb65926785b (diff) | |
download | youload-main.tar.gz youload-main.tar.bz2 youload-main.zip |
Help ):HEADrelease1.2main
Diffstat (limited to 'src/view/app.py')
-rw-r--r-- | src/view/app.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/app.py b/src/view/app.py index c1b04e0..5c6ce6f 100644 --- a/src/view/app.py +++ b/src/view/app.py @@ -94,7 +94,7 @@ class YouloadApp(App): if platform == "android": from android.permissions import request_permissions, Permission - request_permissions([Permission.WRITE_EXTERNAL_STORAGE, Permission.READ_EXTERNAL_STORAGE]) + request_permissions([Permission.INTERNET, Permission.WRITE_EXTERNAL_STORAGE, Permission.READ_EXTERNAL_STORAGE]) def uid_url_input(self, instance, value): self.url = value |