OSDN Git Service

Comment more on component callback order for N+ OS
authorYohei Yukawa <yukawa@google.com>
Fri, 26 Jan 2018 23:10:42 +0000 (15:10 -0800)
committerYohei Yukawa <yukawa@google.com>
Fri, 26 Jan 2018 23:10:42 +0000 (15:10 -0800)
commit0308e6a21669ca1e5f11bfe9c8e33b62b29fc022
treefeaccfd0597cfcf27ac517f205f8676f96c22216
parentdf27ca11010d4819d15a1429a57e05dee3954459
Comment more on component callback order for N+ OS

This CL attempts to clarify that just having a ContentProvider does
not necessarily mean ContentProvider#onCreate() is always called
before Application#onCreate() on Android N and later devices because
of direct boot.

Fix: 67559645
Test: make -j doc-comment-check-docs
Change-Id: I33b7cda42146333f48fb445027f5d31f3c5af5b6
core/java/android/app/Application.java