Skip to content

Allow passing arguments to superclass constructor in static proxy #10

Description

@mhsmith

As it says in the documentation, "Supplying arguments to the superclass constructor is not currently possible" in a static_proxy. This prevents them inheriting directly from Java classes which don't have a zero-argument constructor, such as View and IntentService.

We may fix this in the future, but it's a difficult technical problem, and it seems that relatively few users are interested in the static_proxy feature anyway.

If this limitation affects anyone else, please click the thumbs up button below, and subscribe to this issue.

Metadata

Metadata

Assignees

No one assigned

    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