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

Commit 371da73d authored by Mårten Kongstad's avatar Mårten Kongstad Committed by Todd Kennedy
Browse files

Resources.getSystem docs: not affected by RRO

Clarify the docs around Resources.getSystem: the object returned is not
affected by Runtime Resource Overlay.

Test: builds, boots
Change-Id: I1011f37c98d81b8b1977f4dbc579bc2a536208cd
parent 01f07e5f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -191,9 +191,9 @@ public class Resources {

    /**
     * Return a global shared Resources object that provides access to only
     * system resources (no application resources), and is not configured for
     * the current screen (can not use dimension units, does not change based
     * on orientation, etc).
     * system resources (no application resources), is not configured for the
     * current screen (can not use dimension units, does not change based on
     * orientation, etc), and is not affected by Runtime Resource Overlay.
     */
    public static Resources getSystem() {
        synchronized (sSync) {