Fix type issues with Kotlin and Context.getSystemService

```
   import androidx.core.content.getSystemService

   val userManager: UserManager  = lazy { context.systemService()!! }
```
Types are inferred as expected, (returns T?)

Change-Id: I7ad3531397d6afea25f25bb27c9f29d31a470ca2
3 files changed
tree: fda74824e7639f601329e9623c5697aa2199b32e
  1. aconfig/
  2. java/
  3. .clang-format
  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