History log of /frameworks/opt/setupwizard/library/test/res/values/config.xml
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
64158e33c3ad618ed0eecef71fd20dd8e3c02568 07-Apr-2015 Maurice Lam <yukl@google.com> [SetupWizardLib] Fix Partner class and tests

Partner.java had a bug preventing it from fetching the default value
from the original package if the resource is not found in the
overlay. There is a corresponding issue in the test, which is using
its own resources for testing. Since the test package builds against
the source of the library, all resources in the library is also
available in the test package, and therefore the behavior of resource
not found in overlay package could not be tested. This CL fixes that
by using a MockResources object instead.

In addition, the attribute isOverlay was added to ResourceEntry so
clients can tell if the ResourceEntry came from the overlay or from
the fallback.

Change-Id: Ib0490277db502ea563171d79ab8491934dc43d01
/frameworks/opt/setupwizard/library/test/res/values/config.xml
9f9367672191190f903955d09a4314d40869acc6 27-Mar-2015 Maurice Lam <yukl@google.com> [SetupWizardLib] Eclair compat build

Bug: 19929602
Change-Id: I0e3ed9024461ec50efe2258031c1d2648f0d333f
/frameworks/opt/setupwizard/library/test/res/values/config.xml
d617ee5e12914b052682ee6f1bdf3ece28392f54 11-Mar-2015 Maurice Lam <yukl@google.com> [SetupWizardLib] Implement Partner

Implement Partner.java which helps to get resolve resources from an
overlay package provided by Partners.

Bug: 19680333
Change-Id: I11d3826398741fb48fb6cf40b1d66b18c42ea085
/frameworks/opt/setupwizard/library/test/res/values/config.xml