Status Update
Comments
to...@google.com <to...@google.com>
pa...@google.com <pa...@google.com>
tn...@google.com <tn...@google.com>
tn...@google.com <tn...@google.com> #2
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Ladybug Feature Drop | 2024.2.2 Canary 3
- Android Gradle Plugin 8.8.0-alpha03
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
an...@google.com <an...@google.com> #3
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Meerkat | 2024.3.1 Canary 2
- Android Gradle Plugin 8.9.0-alpha02
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
tn...@google.com <tn...@google.com> #4
Fix backported to upcoming an 8.8 beta and an upcoming 8.7.3.
an...@google.com <an...@google.com> #5
The fixes for this issue are now also available in:
- Android Studio Ladybug | 2024.2.1 Patch 3
- Android Gradle Plugin 8.7.3
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
an...@google.com <an...@google.com> #6
The fixes for this issue are now also available in:
- Android Studio Ladybug Feature Drop | 2024.2.2 RC 1
- Android Gradle Plugin 8.8.0-rc01
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Description
AGP: 8.7.1
In Android 13, apps are required to request the `SCHEDULE_EXACT_ALARM` permission to use exact alarms. Users can grant this permission to apps that declare `<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />` in their Manifest. However, declaring this permission in the Manifest triggers the following lint warning: `Permission is only granted to system apps.` This warning seems to be outdated, as not declaring the permission in the manifest makes it impossible for users to grant this permission to the app.