Fix usage of wrong resource constant

The wrong 'R' class was referenced.

Use of com.android.internal.R to fetch resources from
the application will result in undefined behavior, crashes
or just random strings. This is failing several activity
tests due to assertions on text that is expected to appear.

Test: atest IntentResolver-tests-activity
Bug: n/a
Change-Id: I3289b46d71469795a7e03416f29cbf8ad3868c2f
2 files changed
tree: 20bb973cb83f26e61dd4cb1610cef4b127387f94
  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