Missing EXTENDED_ACCESS permission for com.google.android.vr.home
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 14.6k
- Forks
- 3.2k
- Avg merge
- 12d 11h
- Merged PRs (30d)
- 4
Description
This is for the Google Daydream app. If I understand correctly, the signature would need to be added here: https://github.com/microg/android_packages_apps_GmsCore/blob/master/play-services-core/src/main/java/org/microg/gms/common/PackageUtils.java#L48
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
Start in play-services-core/src/main/java/org/microg/gms/common/PackageUtils.java at the referenced line and inspect how permission signatures are defined. Trace the handling of com.google.android.vr.home and verify that the EXTENDED_ACCESS permission is recognized for the Google Daydream app. Done means the missing permission is represented there and the relevant behavior can be verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100