blob: 62559403f6c1da69c31ba222336562702dbb3da2 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- This file should not be edited manually! See go/template-diff-tests -->
<issues format="6" by="lint %AGP_VERSION_PLACEHOLDER%" type="baseline" client="gradle" dependencies="false" name="AGP (%AGP_VERSION_PLACEHOLDER%)" variant="all" version="%AGP_VERSION_PLACEHOLDER%">
<issue
id="WrongCommentType"
message="This block comment looks like it was intended to be a javadoc comment"
errorLine1=" * Main Activity class that loads {@link MainFragment}."
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/template/test/in/MainActivity.java"
line="8"
column="35"/>
</issue>
<issue
id="NotificationPermission"
message="When targeting Android 13 or higher, posting a permission requires holding the `POST_NOTIFICATIONS` permission (usage from com.bumptech.glide.request.target.NotificationTarget)">
<location
file="src/main/AndroidManifest.xml"/>
</issue>
<issue
id="OldTargetApi"
message="Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the `android.os.Build.VERSION_CODES` javadoc for details."
errorLine1=" targetSdk 35"
errorLine2=" ~~~~~~~~~~~~">
<location
file="build.gradle"
line="14"
column="9"/>
</issue>
<issue
id="RedundantLabel"
message="Redundant label can be removed"
errorLine1=" android:label=&quot;@string/app_name&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="25"
column="13"/>
</issue>
<issue
id="DiscouragedApi"
message="Fixed screen orientations will be ignored in most cases, starting from Android 16. Android is moving toward a model where apps are expected to adapt to various orientations, display sizes, and aspect ratios."
errorLine1=" android:screenOrientation=&quot;landscape&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="27"
column="13"/>
</issue>
<issue
id="MergeRootFrame"
message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/details.xml"
line="2"
column="1"/>
</issue>
<issue
id="IconLauncherShape"
message="Launcher icons should not fill every pixel of their square region; see the design guide for details">
<location
file="src/main/res/drawable/app_icon_your_company.png"/>
</issue>
<issue
id="IconLocation"
message="Found bitmap drawable `res/drawable/app_icon_your_company.png` in densityless folder">
<location
file="src/main/res/drawable/app_icon_your_company.png"/>
</issue>
<issue
id="IconLocation"
message="Found bitmap drawable `res/drawable/movie.png` in densityless folder">
<location
file="src/main/res/drawable/movie.png"/>
</issue>
</issues>