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

Commit 9061164b authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

System paths are okay now; no more special-casing.

Bug: 26895798
Change-Id: I41df87f1fe77c2c523272cf43b5db6a0a7395bed
parent 3e219fcc
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -66,14 +66,11 @@ public class SettingsLicenseActivity extends Activity {
        intent.setPackage("com.android.htmlviewer");

        try {
            StrictMode.disableDeathOnFileUriExposure();
            startActivity(intent);
            finish();
        } catch (ActivityNotFoundException e) {
            Log.e(TAG, "Failed to find viewer", e);
            showErrorAndFinish();
        } finally {
            StrictMode.enableDeathOnFileUriExposure();
        }
    }