OSDN Git Service

Add API to allow apps more control over instantiation
authorJason Monk <jmonk@google.com>
Tue, 6 Jun 2017 22:01:31 +0000 (18:01 -0400)
committerJason Monk <jmonk@google.com>
Thu, 8 Jun 2017 20:48:59 +0000 (16:48 -0400)
commit6945710e124ae22dac90f53e9183ab67c6eab258
tree90cf80dfaf95fd4deaf6a0494d5fad56ca7a4dee
parentd05b6252d3b53fe7a4df165a9c05b24699795ca9
Add API to allow apps more control over instantiation

Let them control construction of standard manifest elements (like
activities) through Application. This will allow for things like
dependency injection and class loader magic.

Test: manual
Change-Id: Iaa2215b225c3b97f4e9ac809dfe499f98c7ad5f1
api/current.txt
api/system-current.txt
api/test-current.txt
core/java/android/app/ActivityThread.java
core/java/android/app/Application.java