How do you auto load a particular project in mit app inventor rather than the previous project?

I have setup mit app inventor on my local machine. Now I am trying to load a particular project as soon as I land on the mit app inventor projects screen.

Steps I have implemented to achieve this:

  1. Disable auto load of previous project from the code for every user.
  2. Passing the project ID (of the project that I want to auto load) in the URL.

Now, as far as I understood the codebase then if we return the project ID that I am getting from URL from getCurrentProjectID function of Ode.java file then the job is done. Thats where the problem start, I am not sure how can I do that.

I am open to any other approach to the main requirement.