ericberman / MyFlightbookAndroid

Android client app for MyFlightbook.com
http://myflightbook.com
GNU General Public License v3.0
21 stars 8 forks source link

Avoid pendingintent warning. #300

Open ericberman opened 11 months ago

ericberman commented 11 months ago

Your app could crash or misbehave for some Android users because you haven't specified a target for PendingIntent Your app is trying to send mutable PendingIntents without specifying a target component. This could cause your app to crash or misbehave for users on Android 14.

In most cases, this can be resolved by specifying the target component.