Skip to content

Android picker returns null if a file is selected from Recent section #13

Description

@shiv19

image
If I select the XML file from the Recent section then I get back null,

JS: {
JS:   "files": [
JS:     null
JS:   ],
JS:   "android": {}
JS: }

However, if I open the menu and go into the internal storage, downloads and then select the file, I get the correct path

JS: {
JS:   "files": [
JS:     "/storage/emulated/0/Download/NectronGoldenAle.xml"
JS:   ],
JS:   "android": {}
JS: }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions