UserScopedService

Provides cached instances of a system service created with the context
of a specified user. This allows more natural interaction with APIs
which do not accept a direct UserId parameter.

Bug: 309960444
Bug: 300157408
Change-Id: Ib0abbd308a197b59c1d9ba37c7ce22d19d4dde9c
1 file changed
tree: 1ed7e54d88a4ca9c910de05ce6146ca0e567b28e
  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