32f48dd41b20712ed709391cd38a9916f9e4bc95
This fixes an issue where widgets weren't being updated. It was caused by creating widgets with the wrong package id. Keyguard used to be identified with package "android" when it was running in the system proces. Now that it's separate, we need to explicitly pass in the package name for keyguard ("com.android.keyguard") when we allocate app widget ids. Change-Id: I4911be8533ea4d24c64669fe98d03f39a684f55a
Description
No description provided
Languages
Java
89.8%
Kotlin
10.2%