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

Commit f763ea3b authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix: ResolverActivity sometimes cannot update the last chosen activity" into nyc-dev

parents 37e16f8e 66e495e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -760,7 +760,7 @@ public class ResolverActivity extends Activity {
                } else {
                    try {
                        AppGlobals.getPackageManager().setLastChosenActivity(intent,
                                intent.resolveTypeIfNeeded(getContentResolver()),
                                intent.resolveType(getContentResolver()),
                                PackageManager.MATCH_DEFAULT_ONLY,
                                filter, bestMatch, intent.getComponent());
                    } catch (RemoteException re) {