-
-
Notifications
You must be signed in to change notification settings - Fork 870
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
No permissions found in manifest #959
Comments
same error for me ! any luck !? |
Check out this link to shows all of the possible permissions that you need to add to the AndroidManifest.xml file I used:
I hope this helps... |
Hi @jevontech, thank you for filing this bug report! It seems that the contents of your <uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" /> |
Update: This was a breaking change from the
|
@Sun3 thank you for providing additional information. As you confirmed the issue (in your case) was caused by the Please leave a comment containing the contents of the |
@mvanbeusekom I'm not sure if this issue is closed because of my comment, but if it is, I did not intend that 😅 I am not @Sun3 and I was just mentioning that I was also facing the same issue as he is. So we might want to close this issue only when either @Sun3 or the OP mentions that their issue is resolved. |
Has anyone else countered this issue? I am currently using the package to request the same permission but the popup is also not showing for me. Version: 10.4.3 In the app, I request the following
The notification permission popup shows as expected, but the alarm permission pop-up does not. I have tried requesting the alarm permission by itself, but still nothing shows. Just a small note. I am not getting the manifest issue that OP was getting. I have checked my manifest file and the SCHEDULE_EXACT_ALARM permission is in there. |
Hello. I'm curious if anyone has managed to find a fix. I'm using: [√] Flutter (Channel stable, 3.3.6, on Microsoft Windows [Version 10.0.22631.4169], locale en-US) And version 10.2 of the plugin. Confirmed that the merged manifest logs...
...and .xml file DOES have
The merged manifest XML also shows:
Not sure if the |
For anyone else that is also looking for a solution here, I ended up using the |
🐛 Bug Report
I am using permission_handler 10.2.0 for my Android Flutter app.
I am using Flutter 3.3.6
I added :
to AndroidManifest.xml
I request permission for this in my app using
Permission.scheduleExactAlarm.request()
Expected behavior
I expect to see a permission request in my app.
Actual behavior
I get an error:
No permissions found in manifest for: []34
Reproduction steps
Configuration
Version: 10.2.0
Platform:
The text was updated successfully, but these errors were encountered: