Assigned
Status Update
Comments
al...@google.com <al...@google.com> #2
Any updates on this? It's been a month already since I reported it, and it seems this crash is occurring quite frequently for my users.
wa...@gmail.com <wa...@gmail.com> #3
I am still regularly receiving reports about this issue, and it seems it has not been addressed in the latest 1.4.0-rc01 release.
ms...@gmail.com <ms...@gmail.com> #4
Seems like a fairly easy fix on our end. I'll see to that it is fixed in 1.5.
yt...@gmail.com <yt...@gmail.com> #5
+1
[Deleted User] <[Deleted User]> #6
Comment has been deleted.
al...@gmail.com <al...@gmail.com> #7
+1
m7...@gmail.com <m7...@gmail.com> #8
+1
an...@gmail.com <an...@gmail.com> #9
Comment has been deleted.
ze...@havan.com.br <ze...@havan.com.br> #10
+1
to...@gmail.com <to...@gmail.com> #11
+1
ez...@gmail.com <ez...@gmail.com> #12
+1
bh...@gmail.com <bh...@gmail.com> #13
+1
aa...@gmail.com <aa...@gmail.com> #14
+1
ni...@hotmail.com <ni...@hotmail.com> #15
+1
fe...@gmail.com <fe...@gmail.com> #16
+1
pr...@knidal.com <pr...@knidal.com> #17
+1
er...@gmail.com <er...@gmail.com> #18
+1
om...@gmail.com <om...@gmail.com> #19
+1
ad...@gmail.com <ad...@gmail.com> #20
+1
ev...@gmail.com <ev...@gmail.com> #21
+1
ez...@gmail.com <ez...@gmail.com> #22
After my research I came to find a solution for this and posted it on StackOverflow. Here is the link
il...@gmail.com <il...@gmail.com> #23
+1
st...@gmail.com <st...@gmail.com> #24
Adding a request for a PackageManagerCompat.getApplicationInfo
function too.
la...@excelli.com <la...@excelli.com> #25
+1
bp...@salesforce.com <bp...@salesforce.com> #26
+1
th...@gmail.com <th...@gmail.com> #27
+1
pa...@google.com <pa...@google.com>
fe...@gmail.com <fe...@gmail.com> #28
+1
tr...@gmail.com <tr...@gmail.com> #29
+1
sa...@gmail.com <sa...@gmail.com> #30
+1
hw...@gmail.com <hw...@gmail.com> #31
+1
em...@gmail.com <em...@gmail.com> #32
+1
Description
androidx.core:core-ktx
getPackageInfo(String, Int)
was deprecated in Tiramisu, and the deprecation warning suggests using the 33+ functiongetPackageInfo(String, PackageInfoFlags)
in its place.This has motivated the introduction of a compatibility function in our codebase ( source ):
Request: It would be nice if
androidx.core.content.PackageManagerCompat
included an extension function that encapsulated this same version check.com.google.android.gms.instantapps.PackageManagerCompat
appears to