Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32982c70 authored by Joe Onorato's avatar Joe Onorato Committed by Android Git Automerger
Browse files

am cc45381e: Merge "Fix typo that makes apps on sd work better with app widgets." into gingerbread

Merge commit 'cc45381e' into gingerbread-plus-aosp

* commit 'cc45381e':
  Fix typo that makes apps on sd work better with app widgets.
parents b318ef79 cc45381e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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  {