You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.
Describe the problem
On Android 12, it seems that in HuntMainActivity, the PendingIntent requires a mutability flag and that this flag needs to be PendingIntent.FLAG_MUTABLE. This isn't quite obvious unless you try it. It would be great if the codelab can be updated for this.
codelab: advanced-android-kotlin
The text was updated successfully, but these errors were encountered:
Describe the problem
On Android 12, it seems that in
HuntMainActivity
, thePendingIntent
requires a mutability flag and that this flag needs to bePendingIntent.FLAG_MUTABLE
. This isn't quite obvious unless you try it. It would be great if the codelab can be updated for this.codelab: advanced-android-kotlin
The text was updated successfully, but these errors were encountered: