How to change the default configuration
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 14.1k
- Forks
- 2.2k
- Avg merge
- 7h 35m
- Merged PRs (30d)
- 51
Description
Android APK needs to modify which files, you can modify the default configuration of the software, I would like to be
input_overlay_auto_scale = "false"
Modify the default configuration to:
input_overlay_auto_scale = "true"
安卓APK需要修改哪些文件,可以修改软件的默认配置,我想将
input_overlay_auto_scale = "false"
修改默认配置为
input_overlay_auto_scale = "true"
ver 1.17
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by locating the Android APK configuration entry for input_overlay_auto_scale and determine how its default is packaged; done means the Android build uses true by default and the setting is verified for version 1.17.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100