Files
packages_apps_Settings/src/com/android/settings/KeyguardAppWidgetPickActivity.java
Jim Miller 32f48dd41b Fix widget update issue
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
2013-03-05 15:33:54 -08:00

25 KiB