- Se quitaron los permisos de escritura externa

This commit is contained in:
Jose Alberto Guerra Ugalde
2024-06-25 11:54:56 -06:00
parent 30f86d054f
commit e85f953e73
3 changed files with 8 additions and 8 deletions

View File

@@ -196,11 +196,11 @@ Sub B4XPage_Appear
usuario = c.GetString("USUARIO")
End If
c.Close
Starter.rp.CheckAndRequest(Starter.rp.PERMISSION_WRITE_EXTERNAL_STORAGE)
Wait For B4XPage_PermissionResult (Permission As String, Result As Boolean)
If Result Then
Log("Con permisos de escritura externa")
End If
' Starter.rp.CheckAndRequest(Starter.rp.PERMISSION_WRITE_EXTERNAL_STORAGE)
' Wait For B4XPage_PermissionResult (Permission As String, Result As Boolean)
' If Result Then
' Log("Con permisos de escritura externa")
' End If
End Sub
'You can see the list of page related events in the B4XPagesManager object. The event name is B4XPage.