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

Alarm Package Automatically Adds Deprecated USE_FULL_SCREEN_INTENT Permission #225

Closed
AbdullahMobologics opened this issue Jul 31, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@AbdullahMobologics
Copy link

Description:
Android has recently updated its guidelines to handle the android.permission.USE_FULL_SCREEN_INTENT permission automatically, and it is no longer necessary to specify this permission in the AndroidManifest.xml file. However, even after removing this permission from my AndroidManifest.xml, I noticed that the alarm package is automatically adding it back. This issue came to my attention when I was deploying my app to the Google Play Store for Android.

Steps to Reproduce:

Remove the android.permission.USE_FULL_SCREEN_INTENT permission from AndroidManifest.xml.
Build and deploy the app to the Google Play Store.
Observe that the permission is added back automatically by the package.
Expected Behavior:
The package should not add the android.permission.USE_FULL_SCREEN_INTENT permission automatically.

Actual Behavior:
The package automatically adds the android.permission.USE_FULL_SCREEN_INTENT permission, which is no longer required to be specified in the AndroidManifest.xml.

Additional Information:
Android team has stated that they will handle the USE_FULL_SCREEN_INTENT permission automatically, so there is no need to add this permission manually. Please update the package to stop adding the android.permission.USE_FULL_SCREEN_INTENT permission automatically.

@AbdullahMobologics AbdullahMobologics added the bug Something isn't working label Jul 31, 2024
@gdelataillade
Copy link
Owner

Hi @AbdullahMobologics

Thanks for your interest in the package.

Android team has stated that they will handle the USE_FULL_SCREEN_INTENT permission automatically, so there is no need to add this permission manually.

Could you share the link please ? When I make sure I can remove this permission then I'll publish a new release as soon as possible.

Also, this issue is duplicated. You can find a workaround here using tools:node="remove": #222
Let me know if you have any issue with it.

@gdelataillade gdelataillade closed this as not planned Won't fix, can't repro, duplicate, stale Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants