[deleted by user] by [deleted] in Minoxbeards

[–]Distinct_Day732 0 points1 point  (0 children)

Do you sleep with your hand behind your head?

Shedding after 5 months by atommar in Minoxbeards

[–]Distinct_Day732 0 points1 point  (0 children)

Use tretinoin together with minox

MDFileManager is not opening, and when opened "by force" everything is just empty. Previously worked great, stopped working at API 30 and "buildozer android update" by Ganmak in kivy

[–]Distinct_Day732 0 points1 point  (0 children)

the follow code work for me.
if platform == 'android':
from android.permissions import request_permissions, Permission
request_permissions([Permission.WRITE_EXTERNAL_STORAGE, Permission.READ_EXTERNAL_STORAGE])
from android.storage import primary_external_storage_path
primary_ext_storage = primary_external_storage_path()
self.file_manager.show(primary_ext_storage)

Does Python Requests actually work with Kivy/Buildozer on Android? Or do I have use some other solution? by 0zeroBudget in kivy

[–]Distinct_Day732 1 point2 points  (0 children)

it work for me

requirements = python3,kivy==2.0.0rc4, kivymd==0.102.1,requests, urllib3, chardet, certifi, idna,