-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
READ_GSERVICES permission #1366
Comments
I have seen many apps that declare I think it may make sense declaring it even without add additional code for now, at least apps will get it granted. |
Can you point to apps that get fixed by declaring this permission? |
My phone couldn't run VR apps so I can't test but this permission is a "normal" permission so usually always granted and it doesn't seems to cause problems. microG does have a lot of permissions declared in GmsCore that were originally in com.google.android.gsf. PS: I think this permission is mainly used by old apps. |
Declaring in both would not work at all (you shouldn't be able to install both then). And yes, it is granted automatically when declared, but apps also typically shouldn't care if it is declared, except if they do weird other stuff with the permission - and when they do that, they might also care where the permission is declared. That's why I was wondering about the apps affected. The |
I see many apps using it but now I can't remember exactly; I will look at it when I have some time. |
@mar-v-in
|
For an app that expects the permission |
@fynngodau
|
@fynngodau
|
To answer the question: because autofix generated this snippet. I didn't give any further thought to it, and the part that uses the permission is likely to be removed or changed, if further implementation work is to be done there. (Per the issue, it is not usable as is anyhow.) Thanks for the feedback, I will consider the permission more closely as the code approaches a usable state.
I see. Thanks for notifying me. |
I am using microG on android 9. Trying to install Google VR today and com.google.vr.apps.ornament refuses to run without permission com.google.
android.providers.gsf.permission.READ_GSERVICES
Should gsf permissions be defined by in microg?
The text was updated successfully, but these errors were encountered: