summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorAndrii Kulian <akulian@google.com>2018-01-26 15:36:06 -0800
committerAndrii Kulian <akulian@google.com>2018-01-29 10:51:48 -0800
commit8ae795739070c4ebbde840d25845f3ddde2a606a (patch)
treeda7f6603e3fc3f441f9d3a516c58313aada3a8fe /tools/aapt2/java/JavaClassGenerator_test.cpp
parent877553e360462c739a600f426263794a11838022 (diff)
Always execute onStop and onSaveInstanceState together
Because onStop is guaranteed to be called when activity goes away and onSaveInstanceState is always called before onStop (starting with Honeycomb), we can execute these two callbacks together. This CL consolidates all call points to stop the activity and moves them to callActivityOnStop, which will also take care of saving instance state. Bug: 68325009 Bug: 68763258 Test: Manual Change-Id: I1062c6be28581a7de7961babd55664640aaae359
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions