commit | 21ace3f34f775a1e66c75ee32fb251e3c90c2e27 | [log] [tgz] |
---|---|---|
author | Jim Miller <jaggies@google.com> | Tue Mar 05 15:07:33 2013 -0800 |
committer | Jim Miller <jaggies@google.com> | Tue Mar 05 15:07:33 2013 -0800 |
tree | 341978996e4977a665f7fb652ecb4f7e8e56524b | |
parent | bf182c8869765824fab9dc7bed950458e48198fb [diff] |
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: I48e1b78d97aa3d0271773219e477d3b741994901