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

Commit 8e611859 authored by Jacob Nordfalk's avatar Jacob Nordfalk
Browse files

Improved documentation (clarify on issue 8727)



Signed-off-by: default avatarJacob Nordfalk <jacob.nordfalk@gmail.com>
Change-Id: I2bea866542c95eb0558004a64c9a2fd74aeff35b
parent 97818704
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -64,11 +64,12 @@ public class Application extends ContextWrapper implements ComponentCallbacks2 {
    }

    /**
     * Called when the application is starting, before any other application
     * objects have been created.  Implementations should be as quick as
     * possible (for example using lazy initialization of state) since the time
     * spent in this function directly impacts the performance of starting the
     * first activity, service, or receiver in a process.
     * Called when the application is starting, before any activity, service,
     * or receiver objects (excluding content providers) have been created.
     * Implementations should be as quick as possible (for example using 
     * lazy initialization of state) since the time spent in this function
     * directly impacts the performance of starting the first activity,
     * service, or receiver in a process.
     * If you override this method, be sure to call super.onCreate().
     */
    public void onCreate() {