Skip to content

Add APIs for system settings #2

Description

@HidenoriMatsubayashi

Some system settings are fixed at specific values. It is necessary to make these APIs so that the settings can be changed from the upper layer.

 settings.AddMember("alwaysUse24HourFormat", true, allocator);
 settings.AddMember("textScaleFactor", 1.0, allocator);
 settings.AddMember("platformBrightness", "light", allocator);

See: https://github.com/sony/flutter-embedded-linux/blob/master/src/flutter/shell/platform/linux_embedded/flutter_linuxes_engine.cc#L342

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions