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

question on permissions #93

Closed
IzzySoft opened this issue Oct 7, 2024 · 2 comments
Closed

question on permissions #93

IzzySoft opened this issue Oct 7, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@IzzySoft
Copy link

IzzySoft commented Oct 7, 2024

Continuing from #68, today it's:

! repo/app.simple.peri_300.apk declares sensitive permission(s):
  android.permission.REQUEST_DELETE_PACKAGES android.permission.READ_MEDIA_IMAGES

Why would a wallpaper app want to uninstall apps I wonder? And as it worked without READ_MEDIA_IMAGES before, could you please clarify what this is needed for now? Thanks in advance!

@Hamza417
Copy link
Owner

Hamza417 commented Oct 7, 2024

Newer versions of Android also required READ_MEDIA_IMAGES permission to read the system wallpaper alongside the MANAGE_EXTERNAL_STORAGE permission, It's been discussed in the Issue #72 already, and you can read the conclusion here about these permissions. This wasn't mentioned in the official documentations, the one I referenced earlier in the #68, and I only found about it after the app started crashing in Android 15.

As for REQUEST_DELETE_PACKAGES it is used to uninstall the live wallpapers from the live wallpaper picker screen. It's wallpaper manager app, not wallpaper app, hence the permissions.

Edit: Added proper explanation.

@Hamza417 Hamza417 added documentation Improvements or additions to documentation question Further information is requested labels Oct 8, 2024
@Hamza417 Hamza417 closed this as completed Oct 8, 2024
@Hamza417 Hamza417 reopened this Oct 8, 2024
@IzzySoft
Copy link
Author

IzzySoft commented Oct 9, 2024

Thanks @Hamza417! Both went to the app's "green list" now, together with the proper explanation for transparency.

@Hamza417 Hamza417 closed this as completed Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants