I have a problem with ContentChooser on a Android 7.10 EMULATOR (Genymotion):
--------- beginning of crash
a beutiful crash
This is the code:
I call that routine from Activity_Create (from Activity_Resume it's the same) of an Activity started by the Main.
I can not test the app on a device with that version of Android (of course, otherwise I would not have used an emulator ).
Can someone do it (maybe even on Android 8)?
Many thanks.
--------- beginning of crash
a beutiful crash
This is the code:
B4X:
Sub ChooseImage
Private CC As ContentChooser
If Not(CC.IsInitialized) Then
CC.Initialize("CC")
End If
CC.Show("image/*", "Choose image")
End Sub
I call that routine from Activity_Create (from Activity_Resume it's the same) of an Activity started by the Main.
I can not test the app on a device with that version of Android (of course, otherwise I would not have used an emulator ).
Can someone do it (maybe even on Android 8)?
Many thanks.