Fixed
Status Update
Comments
to...@google.com <to...@google.com>
pa...@google.com <pa...@google.com>
tn...@google.com <tn...@google.com>
an...@google.com <an...@google.com> #3
[Comment deleted]
tn...@google.com <tn...@google.com> #4
Also of note is the adb error when trying to install bad APK: INSTALL_FAILED_DEXOPT
an...@google.com <an...@google.com> #5
load dex files over 5Gb. -> load dex files over 5Mb.
an...@google.com <an...@google.com> #6
Same here! Looking forward to a solution :)
Android Studio version: 0.8.12
buildToolsVersion 21.0.1
Gradle 1.11
Android Studio version: 0.8.12
buildToolsVersion 21.0.1
Gradle 1.11
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.