Moves Activity Lifecycle methods up to the top in order of occurance

This helps to keep the execution model of the activity lifecycle in
mind while reviewing and debugging.

Test: Only reorders methods, no functional change
Bug: 309960444
Change-Id: If56514beb1ae790a25d8ec885efbcedaba37c484
1 file changed
tree: 1e745a23821502553fbe627c0a0bbe6ae75ad7f6
  1. aconfig/
  2. java/
  3. tests/
  4. Android.bp
  5. AndroidManifest-app.xml
  6. AndroidManifest-lib.xml
  7. OWNERS
  8. PREUPLOAD.cfg
  9. proguard.flags
  10. README.md
  11. TEST_MAPPING
README.md

IntentResolver

About

IntentResolver provides the implementation for Intent ACTION_CHOOSER

See also: ShareCompat.IntentBuilder