Read microg.xml from all possible paths
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 14.6k
- Forks
- 3.2k
- Avg merge
- 12d 11h
- Merged PRs (30d)
- 4
Description
Is your feature request related to a problem? Please describe.
Recent Android versions want extra goodies place in /product
Describe the solution you'd like
Search all available paths:
- /system/etc
- /product/etc
- /vendor/etc
- /odm/etc
- /oem/etc
Additional context
CalyxOS does this in their fork: https://gitlab.com/CalyxOS/platform_external_microg_GmsCore/-/commit/b04195b83263b65fcb6cf5492c1ce24e1410320c
F-Droid does this for example: https://gitlab.com/fdroid/fdroidclient/-/blob/master/app/src/main/java/org/fdroid/fdroid/data/DBHelper.java#L162-185
Contributor guide
No contributing guide indexed for this repository
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
Locate the code that reads microg.xml and compare its path handling with the linked CalyxOS commit. Verify lookup across /system/etc, /product/etc, /vendor/etc, /odm/etc, and /oem/etc, then confirm the existing configuration behavior still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100