Proper PendingIntent.queryIntentComponents implementation
PendingIntent.queryIntentComponents currently does not take the pending intent creator UID into account when performing component resolution. This will return incorrect results, since explicit intents with non-matching intent filter can only be resolved if the sender is the same UID as the target component. Bug: 238415222 Bug: 271845008 Test: atest CtsContentTestCases:PackageManagerTest (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:6c4a347bd225f6427b50978ae02ad6f1af15f538) Merged-In: Ib4e1c04c8de4e9bcee35d584dfb213954ec65449 Change-Id: Ib4e1c04c8de4e9bcee35d584dfb213954ec65449
Loading
Please register or sign in to comment