Fixed
Status Update
Comments
ki...@google.com <ki...@google.com>
pk...@google.com <pk...@google.com> #2
In Backward Compatibility (pre Android 13), the configuration is modified at the AppComaptActivity's level and hence the application context not getting modified is intended behaviour. Similar behaviour can be seen for nightMode.
al...@google.com <al...@google.com> #3
Hope this solves the question, please re-open if more information is required.
to...@google.com <to...@google.com> #4
Why is this the intended behavior? Appcompatdelegate that works halfways?
Can someone clarify?
Can someone clarify?
ch...@google.com <ch...@google.com>
ap...@google.com <ap...@google.com> #5
AppCompatDelegate generally works at the Activity level. This is the case with other features such as NightMode as well. This is why it is intended that it does not affect the application context.
I'm re-assigning this to the team to assess the feasibility of extending the feature to alter the application context.
ap...@google.com <ap...@google.com> #6
Hello, is there any update regarding to this behavior? Or any known workaround to avoid this issue? Thanks
Description
In API 28+,
PackageInfo
hassigningInfo
andsignatures
is deprecated.Add methods to
PackageInfoCompat
to access commonly available signature info in an API independant way.