Files
android_development/samples
Cole Faust f4dc2d5f25 Add FLAG_IMMUTABLE to PendingIntents
If your app targets Android 12, you must specify the mutability of each PendingIntent
object that your app creates. This additional requirement improves your app's security.
https://developer.android.com/about/versions/12/behavior-changes-12#pending-intent-mutability

Android Lint is being updated, and adds an error-level check for this.

Bug: 247885568
Test: Presubmits
Change-Id: I2bb91d98b443af2b5c16944ce197d863dbd33f9a
2022-09-23 15:17:52 -07:00
..
2022-01-20 19:04:52 +00:00
2022-01-20 19:04:52 +00:00
2022-01-20 19:04:52 +00:00
2022-01-20 19:04:52 +00:00
2022-01-20 19:04:52 +00:00
2021-08-17 12:18:12 -07:00
2022-01-20 19:04:52 +00:00
2021-08-17 12:18:12 -07:00
2022-01-20 19:04:52 +00:00
2021-09-14 11:09:20 -07:00
2010-10-13 13:38:45 -07:00

Adding a new folder in development/samples is not enough to have it
be packaged with the SDK.

Make sure to edit development/build/sdk.atree to add the sample to the SDK
build.