You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
679 B

<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.0.0-dev" type="baseline" dependencies="true" variant="all" version="8.0.0-dev">
<issue
id="NewApi"
message="Call requires API level 30 (current min is 29): `android.provider.DocumentsContract#buildDocumentUriAsUser`"
errorLine1=" return DocumentsContract.buildDocumentUriAsUser(authority, documentId, mUserHandle);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="packages/apps/DocumentsUI/src/com/android/documentsui/base/UserId.java"
line="174"
column="34"/>
</issue>
</issues>