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

Commit daf92066 authored by Nicolas Prevot's avatar Nicolas Prevot
Browse files

Never set "Work" or "Personal apps" as prefered activities.

In ResolverActivity: when the user chooses work or personal:
Do not set them as prefered activities.

BUG:19091836

Change-Id: Ibe0081eb16e58cc25decb3f25b7fd50b5403d5fc
parent 2bc2a994
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -343,7 +343,7 @@ public class ResolverActivity extends Activity implements AdapterView.OnItemClic
                    }

                    final Intent intent = intentForDisplayResolveInfo(dri);
                    onIntentSelected(dri.ri, intent, mAlwaysUseOption);
                    onIntentSelected(dri.ri, intent, false);
                    finish();
                }
            });