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

Commit 67ba12a4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Settings: Fix settings force close in monkey test."

parents e4d487bc c3a67cd6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1052,7 +1052,9 @@ public class SettingsActivity extends SettingsDrawerActivity
            Log.i(LOG_TAG, "switchToFragment, launch simSettings  ");
            Intent provisioningIntent =
                    new Intent("com.android.settings.sim.SIM_SUB_INFO_SETTINGS");
            if (!getPackageManager().queryIntentActivities(provisioningIntent, 0).isEmpty()) {
                startActivity(provisioningIntent);
            }
            finish();
            return null;
        }