Clean up AndroidManifest variable.
sandboxed_service_extra_flags is only used to set visibleToInstantApps=true, which should always be true for both WebView and Monochrome. Just set the attribute in the manifest directly and remove the variable entirely to simplify the configuration and remove the possibility that someone makes a new target which forgets to set it (since the breakage caused by not setting this is subtle and easy to miss). Bug: 797014 Change-Id: Iec2075c23c4e71302a10d1f15b83b290618f1a32 Reviewed-on: https://chromium-review.googlesource.com/920262Reviewed-by:Tobias Sargeant <tobiasjs@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#539225}
Showing
Please register or sign in to comment