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

Commit 0add80b4 authored by Joe Onorato's avatar Joe Onorato Committed by Android Git Automerger
Browse files

am 32982c70: am cc45381e: Merge "Fix typo that makes apps on sd work better...

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

Merge commit '32982c70'

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