Loading core/java/com/android/internal/app/ResolverActivity.java +85 −83 Original line number Diff line number Diff line Loading @@ -287,6 +287,7 @@ public class ResolverActivity extends AlertActivity implements AdapterView.OnIte } protected void onIntentSelected(ResolveInfo ri, Intent intent, boolean alwaysCheck) { if (mAlwaysUseOption) { // Build a reasonable intent filter, based on what matched. IntentFilter filter = new IntentFilter(); Loading Loading @@ -386,6 +387,7 @@ public class ResolverActivity extends AlertActivity implements AdapterView.OnIte } } } } if (intent != null) { startActivity(intent); Loading Loading
core/java/com/android/internal/app/ResolverActivity.java +85 −83 Original line number Diff line number Diff line Loading @@ -287,6 +287,7 @@ public class ResolverActivity extends AlertActivity implements AdapterView.OnIte } protected void onIntentSelected(ResolveInfo ri, Intent intent, boolean alwaysCheck) { if (mAlwaysUseOption) { // Build a reasonable intent filter, based on what matched. IntentFilter filter = new IntentFilter(); Loading Loading @@ -386,6 +387,7 @@ public class ResolverActivity extends AlertActivity implements AdapterView.OnIte } } } } if (intent != null) { startActivity(intent); Loading