Skip to content
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

Analzye used Android permissions #566

Closed
provokateurin opened this issue Aug 14, 2023 · 3 comments
Closed

Analzye used Android permissions #566

provokateurin opened this issue Aug 14, 2023 · 3 comments
Labels
good first issue Good for newcomers platform: android refactoring Something that needs to be refactored

Comments

@provokateurin
Copy link
Member

Screenshot_20230814-091704_Neo Store

Check what permissions are actually used and remove the other ones. I think microphone and phone are not something we actually use or require, so the must be pulled in by a dependency.

@provokateurin provokateurin added platform: android refactoring Something that needs to be refactored labels Aug 14, 2023
@provokateurin provokateurin added this to the Nextcloud Conference Hackathon milestone Aug 18, 2023
@provokateurin provokateurin added the good first issue Good for newcomers label Aug 18, 2023
@jj10133
Copy link

jj10133 commented Sep 8, 2023

There's dependency named permission_handler under neon however there's nothing in AndroidManifest.xml

@Leptopoda
Copy link
Member

There's dependency named permission_handler under neon however there's nothing in AndroidManifest.xml

But we can overwrite the permissions in neon. This means we could force disable one.
This is something an app developer should consider regarding the clients (and potentially plugins) they enable.

@provokateurin provokateurin removed this from the Nextcloud Conference Hackathon milestone Sep 19, 2023
@provokateurin
Copy link
Member Author

With #1250 we should be able to close this as there are no unused permissions left.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers platform: android refactoring Something that needs to be refactored
Projects
None yet
Development

No branches or pull requests

3 participants