Merge "Fix typo that makes apps on sd work better with app widgets." into gingerbread
This commit is contained in:
@ -1099,7 +1099,7 @@ class AppWidgetService extends IAppWidgetService.Stub
|
||||
if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(action)) {
|
||||
pkgList = intent.getStringArrayExtra(Intent.EXTRA_CHANGED_PACKAGE_LIST);
|
||||
added = true;
|
||||
} if (Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
|
||||
} else if (Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
|
||||
pkgList = intent.getStringArrayExtra(Intent.EXTRA_CHANGED_PACKAGE_LIST);
|
||||
added = false;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user