I keep getting the bellow exception from some users:
java.lang.NullPointerException at android.app.Instrumentation.execStartActivity(Instrumentation.java:141
in my case crash in Instrumentation.java
line 1581,
android.util.SeempLog.record_str(377, intent.toString());
intent is null then NPE
not sure how to fix this