Skip to content

StandardCharsets on Android #10

@peter6006

Description

@peter6006

Hi, im using your API-Wrapper for Twitch to make a simple app on android and i have a problem about "StandardCharsets" class, the problem is that that class only appears on Android API Level 19, that is Android 4.4.2 (KitKat). I want to make my app avaliable to all the possible people so i need, if you can and want, of course; to change this line: "StandardCharsets.UTF_8" on "http.RequestParams" to "Charset.forName("UTF-8")" and i think all will work as spected.

Thank you for your time.
Regards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions