commit | bfaa58925ca56a73853401b88452cf3b40f0b081 | [log] [tgz] |
---|---|---|
author | Mark Renouf <mrenouf@google.com> | Fri Aug 18 23:13:47 2023 -0400 |
committer | Mark Renouf <mrenouf@google.com> | Wed Sep 06 15:28:59 2023 -0400 |
tree | be3b88e0b199092ddf8ba98657396f7087a68ed3 | |
parent | 19bc659baa6bba03f27f76cd91372870f5bb57d5 [diff] |
Adds AConfig flag infrastructure to IntentResolver Build: Inlcudes Some general build hygeine and simplification Creates an aconfig flag declaration and java library Add java_defaults rules for library and app for common settings Tests: Added direct dep on JUnit (was indirectly pulled in) Remove source dependency (on main code) from the test app target Remove optimization and dexopt from the debug app target Test: All existing tests pass; atest IntentResolverUnitTests Test: Setup using ASfP (Android studio for platform) Bug: 296633726 Change-Id: I8046f76aa20957342ddddabc8861c0a8fe25e0fb
IntentResolver
provides the implementation for Intent ACTION_CHOOSER
See also: ShareCompat.IntentBuilder