Commit fdf34a50 by amateur

1

1 parent 89039f45
...@@ -26,7 +26,7 @@ public class CtxUtils { ...@@ -26,7 +26,7 @@ public class CtxUtils {
} catch (PackageManager.NameNotFoundException e) { } catch (PackageManager.NameNotFoundException e) {
e.printStackTrace(); e.printStackTrace();
} }
return null; return new PackageInfo();
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!