commit | 531bb351d0107e912c2d47e5d34fe53831ad11e5 | [log] [tgz] |
---|---|---|
author | Mark Renouf <mrenouf@google.com> | Tue Feb 06 14:19:24 2024 -0500 |
committer | Mark Renouf <mrenouf@google.com> | Tue Feb 06 14:31:45 2024 -0500 |
tree | 20bb973cb83f26e61dd4cb1610cef4b127387f94 | |
parent | 2c2060e60afffcb3f565b6724178bdc8ab93bc67 [diff] |
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
IntentResolver
provides the implementation for Intent ACTION_CHOOSER
See also: ShareCompat.IntentBuilder