Adds @JavaInterop, a @RequiresOptIn for marking Java interop code

    "This is a a property, function or class specifically
    supporting Java interoperability. Usage from Kotlin
    should be limited to interactions with Java"

Bug: 309960444
Test: This is just an annotation.
Change-Id: Ia2f21bd5d4359ba22e1292ebebbef77707706ac9
1 file changed
tree: f61a5acbbf3a460f808cfc3b9bb1f77c300290d8
  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