Bump to DevDiv/android-platform-support/main@ab514b7a #10281
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes: https://devdiv.visualstudio.com/DevDiv/_git/android-platform-support/branchCompare?baseVersion=GC3240f99cd6fc6ef50ec86ea9ffb1e4d9082e83a3&targetVersion=GCab514b7a60a2bdbcb55e05fd847c5337ef648687
path="cmdline-tools;19.0"
=
signOther changes:
CheckLintErrorsAndWarnings
test, ignoresAppLinkWarning
XA0102: This intent filter has the format of an Android App Link but is missing the autoVerify attribute; add android:autoVerify="true" to ensure your domain will be validated and enable App Link-related Lint warnings. If you do not want clicked URLs to bring the user to your app, remove the android.intent.category.BROWSABLE category, or set android:autoVerify="false" to make it clear this is not intended to be an Android App Link. [AppLinkWarning]
This is likely caused by the new
lint
tool introduced incmdline-tools;19.0
.Since the test looks like it would require a new API to really fix it, I disabled the warning for now.