diff --git a/src/api-impl/android/app/Activity.java b/src/api-impl/android/app/Activity.java index e86e37a7..f1ce2ea4 100644 --- a/src/api-impl/android/app/Activity.java +++ b/src/api-impl/android/app/Activity.java @@ -47,8 +47,8 @@ public class Activity extends Context { } public Intent getIntent() { - return null; // this is the main activity, and it wasn't opened as a result of someone calling "open with" -// return new Intent(); +// return null; // this is the main activity, and it wasn't opened as a result of someone calling "open with" + return new Intent(); // seems some apps don't consider this nullable... } public int getRequestedOrientation() {