Disable resolving while intercepting based on a flag
Adding a flag to ActivityInterceptResult which could disable resolving if interception happened. This flag is needed in case that SDK sandbox is intercepting the activity starting flow, as it would modify ActivityInfo (not the intent), so there is no need to resolve it again. Test: atest WmTests:ActivityStartInterceptorTest CTS-Coverage-Bug: 261605379 API-Coverage-Bug: 261605379 Bug: 248531721 Change-Id: Ie4b018d9fdf996bd10aa2e9a1350c6046f28fd14
Loading
Please register or sign in to comment