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

Commit ac797fe6 authored by Chris Soyars's avatar Chris Soyars Committed by Steve Kondik
Browse files

Catch ActivityNotFoundException when running a custom app.

Change-Id: Ieedf15946e68cc666a60a452e11b59aacd415c6d
parent 702db0c4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -586,6 +586,8 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                mContext.startActivity(i);
            } catch (URISyntaxException e) {

            } catch (ActivityNotFoundException e) {

            }
        }
    }