Skip to content

android module seems to eat up a character from java properties #945

@kamathln

Description

@kamathln

I am using kivy-remote-shell to play around the APIs and found this:

import android
dir(android.python_act)

leads to a long output, but among that, you should find half eaten property/member names like:

 'estricted', 'estroyed', 'esumed', 

and

filter(lambda s: s.find('ayout') != -1, dir(android.python_act.mView))

will lead to output like

, 'ayoutDirectionResolved', 'ayoutRequested', 'ayoutRtl'

I hope It is not me who has goofed up during the build somewhere.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions