Looks like a theming issue.
The FilePickerActivity probably uses a theme attribute (?attr:xxxxxxxx), directly or indirectly, that cannot be resolved, has not been assigned to a resource.
Figure out what attribution it is (can be quite tricky) and assign it in your app's theme definition.
Maybe assign the activity a particular theme (from Moko?) in your AndroidManifest file.