habe wieder mal eine Frage für mich als Anfänger.
Wenn ich Dateien speichern möchte steigt meine App sofort aus, nachdem ich der App die Berechtigung auf dem Speicher in den Einstellungen gebe läuft alles.
Meine Frage
Kann ich den Zugriff auf DirDefaultExternal nicht während der Installation der App erfragen oder freigeben lassen?
Bedanke mich schon mal bei Euch
Lg Ralf
1. Edit: In B4XPages the permission result event signature is: Wait For B4XPage_PermissionResult (Permission As String, Result As Boolean) 2. Important to read: https://www.b4x.com/android/forum/threads/android-jar-targetsdkversion-minsdkversion.87610/#content If the targetSdkVersion is...
www.b4x.com
Als Referenz eine Antwort von Erel (nicht ganz einen Monat alt)
I'm using okHttp and OkHttpUtils2 In my application the user take a Photo, then he have to upload it, but using j.PostFile or using j.PostMultipart the $_FILES is ALWAYS EMPTY. Link = "http://mysite.com/upload.php" myphoto = "myphoto.jpg" ' Dim Files as List Dim mp As MultipartFileData...